Vidyalelo
JavaScript · Q23

Server

Programming · JavaScript · question 23

Q23

What is the command to run the node programs?

A.
node(program.js)
B.
program.js
C.
node program.js
Answer
D.
node.program.js

Answer: Option C

Solution

Answer: Option C
Solution:
The node programs can be run with the command:
node program.js