A.  package.json is present in the root directory of any Node application/module.

B.  package.json is used to define the properties of a package.

C.  package.json can be used to update dependencies of a Node application.

D.  All of the above.

1
Correct Answer :
All of the above.
Explanation :

package.json is present in the root directory of any Node application/module and is used to define the properties of a package. It can also be used to update dependencies of a Node application.


Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python