From fe3333831829991a7520a46a2b9f444d8e7703e6 Mon Sep 17 00:00:00 2001 From: MelvinManni Date: Thu, 4 Jun 2020 21:13:39 +0100 Subject: [PATCH] New output --- scripts/melvinScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/melvinScript.js b/scripts/melvinScript.js index 789b87a6..c370d7c0 100644 --- a/scripts/melvinScript.js +++ b/scripts/melvinScript.js @@ -3,6 +3,6 @@ const hng_id = 'HNG-01617'; const email = 'melvinnnamani@gmail.com'; const language = 'JavaScript'; -let output = `Hello World, this is ${name} with HNGi7 ID ${hng_id} using ${language} for stage 2 task`; +let output = `Hello World, this is ${name} with HNGi7 ID ${hng_id} using ${language} for stage 2 task email ${email}`; console.log(output);