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