From e47587bfb2f523f99995925ac4501893142483f3 Mon Sep 17 00:00:00 2001 From: Tambeayuk Agnes Agborsangayah Date: Sun, 7 Jun 2020 17:39:02 -0700 Subject: [PATCH] I added my code --- scripts/05082-Agnes T.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/05082-Agnes T.js diff --git a/scripts/05082-Agnes T.js b/scripts/05082-Agnes T.js new file mode 100644 index 00000000..0003a385 --- /dev/null +++ b/scripts/05082-Agnes T.js @@ -0,0 +1,10 @@ +let myName = "Tambeayuk Agnes Agborsangayah" +let myId = "HNG-05082" +let language = "Javascript" +let email = "agnesagborsangayahz@gmail.com" + +const info = () => { + console.log(`Hello World, this is ${myName} with HNGi7 ID ${myId} using ${language} for stage 2 task ${email}`); +} + +info(); \ No newline at end of file