Which is a fast C++ based JavaScript interpreter?
A
Node
B
Sockets
C
Processors
D
Closures
Correct Answer: Node
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Node is a fast C++-based JavaScript interpreter with bindings to the low-level Unix APIs for working with processes, files, network sockets, etc., and also to HTTP client and server APIs.