Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

We wrote a JavaScript program in a file named helloWorld.js. Which is the correct terminal command to run this program from the terminal? #566

Closed Nalini1998 closed 1 year ago

Nalini1998 commented 1 year ago

We wrote a JavaScript program in a file named helloWorld.js. Which is the correct terminal command to run this program from the terminal?

A. node

B. helloWorld.js

C. node helloWorld.js

D. node app.js