Task 1: Run a JavaScript program using NodeJS and print Helloworld
  console.log("Hello World");
Task 2: Run the program
  node hello.js
Task 3: Check the console output
  Hello World