How can you see all the dependencies for a Node.js app?
All the dependencies are listed down in the package.json file
By executing "npm i" and capturing the dependencies list
You can't have dependencies in a Node.js app
All the dependencies are listed down in the package-dependencies.json file
Correct Answer : A
What code print the endianness of the operating system?