InterviewSolution
Saved Bookmarks
| 1. |
What is V8 Engine in Node JS? |
|
Answer» V8 Engine is Google's open-source javascript and written in C++. It is used INSIDE Google Chrome. It was first designed to increase the performance of JavaScript execution inside WEB BROWSERS. |
|