What is the command to run the node programs?
A
node(program.js)
B
program.js
C
node program.js
D
node.program.js
Correct Answer: node program.js
The node programs can be run with the command:node program.js. The command can be written more simply like node program.