Direction: Choose the correct option
Q1.
What is the simplest way to create a 'Hello World' program in Node.js?
Direction: Choose the correct option
Q2.
How do you run a JavaScript file named `app.js` in Node.js?
Direction: Choose the correct option
Q3.
In Node.js, where does `console.log()` output to?
Direction: Choose the correct option
Q4.
What will `console.log(__filename)` output in a Node.js script?
Direction: Choose the correct option
Q5.
Which global object is used to access command-line arguments in Node.js?
