What is NPM?
A) Node.js Package Manager
B) Node.js Programming Module
C) Node.js Programming Methodology
D) Node.js Programming Manifest
Answer: A
Explanation: NPM stands for Node.js Package Manager, which is a tool used for installing, sharing, and managing packages (libraries and modules) in Node.js.