Kizspy | Question: 16
(Choose 1 answer)
You have saved your Node.js script as app.js which contains code to connect to a MongoDB server. You need to run this script from the command prompt.
A. node start app.js
B. node app.js
C. npm app.js
D. mongod app.js