MOST IMPORTANT NODE. JS INTERVIEW QUESTIONS
Question 1. What Is Node.js?Answer :Node.js is a web application framework built on Google Chrome’s JavaScript Engine(V8 Engine).Node.js comes with runtime environment on which a Javascript based script can be interpreted and executed (It is analogus to JVM to JAVA byte code). This runtime allows to execute a JavaScript code on any machine outside a …