Which statement execute the code of sample.js file?
nodejs sample.js
node sample.js
sample.js
None of the above
Correct Answer : B
The $ npm ls -g statement is used to list down all the locally installed module?
The $ npm ls statement is used to list down all the locally installed module?
package.json is is used to define the properties of a package?