Question: What is the command to get a list of available commands for Node.js?What is the command to get a list of available commands for Node.js?
- node index.js -x
- node -v
- node -h
- node index.js -h
Answer: The correct answer of the above question is Option C:node -h