diff --git a/HGN-06157.js b/HGN-06157.js new file mode 100644 index 00000000..4eeb5860 --- /dev/null +++ b/HGN-06157.js @@ -0,0 +1,10 @@ + +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");