Question: What does the .node file extension represent?
- a C++ file that can have a .node extension and that Node will be able to execute directly.
- a C++ Addon file that is built with node-gyp
- a JSON file that can have a .node extension as well as the .json extension
- a JavaScript file that can have a .node extension as well as the .js extension
Answer: The correct answer of the above question is Option B:a C++ Addon file that is built with node-gyp