Q23
What is the command to run the node programs?
A.
node(program.js)
B.
program.js
C.
node program.js
AnswerD.
node.program.js
Answer: Option C
Solution
Answer: Option C
Solution:
The node programs can be run with the command:node program.js