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?

  1. node index.js -x
  2. node -v
  3. node -h
  4. node index.js -h

Answer: The correct answer of the above question is Option C:node -h