Node.JS MCQs with Answers

How can we check the current version of NPM?
A)
npm --version
B)
npm --ver
C)
npm help
D)
None of the above

Correct Answer :   npm --version