JavaScript Concepts
What is Node.js?
Node.js is an open-source JS runtime that allows you to execute JavaScript code on the server side. It’s built on Chrome's V8 JavaScript engine.
Runtime?
The environment where JavaScript code is executed. It could be
On the server
...
jsconcept.hashnode.dev10 min read