From df8ef67b7e89d582333d9b038c767ae42eb9e07f Mon Sep 17 00:00:00 2001 From: nelisam Date: Sat, 6 Jun 2020 13:49:50 +0200 Subject: [PATCH] nelisa script for task 2 --- scripts/nelisa.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/nelisa.js diff --git a/scripts/nelisa.js b/scripts/nelisa.js new file mode 100644 index 00000000..3bcc57ea --- /dev/null +++ b/scripts/nelisa.js @@ -0,0 +1,8 @@ +const name = "Nelisa Maqungo"; +const hng_id = "HNG-01394"; +const email = "nelisamaqungo@gmail.com"; +const language = "javascript"; + +console.log( + `Hello World, this is ${name} with HNGi7 ID ${hng_id} using ${language} for stage 2 task email ${email}` +);