Why a Node.JS code is pretty fast although being written in JavaScript?
- Node.JS internally converts JavaScript code to Java based code and then execute the same
- Node.JS internally converts JavaScript code to C based code and then execute the same
- Being built on Google Chrome\'s V8 JavaScript Engine
- None of the above
Correct Answer:
C.Being built on Google Chrome's V8 JavaScript Engine
need an explanation for this answer? contact us directly to get an explanation for this answer