From ee4428aa9e51aa8d869a6e7c2ae51c8915e35567 Mon Sep 17 00:00:00 2001 From: JohnLightLuc <47230594+JohnLightLuc@users.noreply.github.com> Date: Sat, 6 Jun 2020 18:27:29 +0000 Subject: [PATCH] create file hello in master branch --- HGN-06157.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 HGN-06157.js diff --git a/HGN-06157.js b/HGN-06157.js new file mode 100644 index 00000000..a35dbd24 --- /dev/null +++ b/HGN-06157.js @@ -0,0 +1,11 @@ + + +var data = { + 'id': "HNG-06157", + 'fullname': "TOURE Lamagnigui", + 'email': "lamagniguitoure@gmail.com", + 'language': "JavaScript" + +} + +console.log("Hello World, this is "+ data.fullname + " with HNGi7 ID "+ data.id + " and email "+ data.email + " using "+ data.language + " for stage 2 task"); \ No newline at end of file