Question: When you run JavaScript in a Node.js application, which of the following elements in a Node.js stack actually executes that JavaScript?
- the libuv library
- the c-ares library
- the VM (like VS or Chakra)
- the repl module
Answer: The correct answer of the above question is Option C:the VM (like VS or Chakra)