+ 2
JS vs. NodeJs
I need explanation (help) about those two is node js is different from js only? and what are those node.js uhmm ... im confused about those two
4 ответов
+ 2
Another simple explanation is:
JavaScript is a programming language.
Node.js is a runtime environment (basically a program where you run your code) that uses JavaScript.
Because of Node.js, JavaScript can now be used to make computer programs on a computer. Before Node.js, JavaScript is only run in browsers.
+ 5
JavaScript is a programming language, which runs in web browsers. Whereas Node.js is an interpreter or running environment for JavaScript which holds a lot of requiring libraries and all.
More on these links :
https://www.educba.com/javascript-vs-node-js/
https://www.quora.com/What-is-the-difference-between-JavaScript-and-Node-js
Thanks
+ 2
thanks Kulisap 🙇🏻♂️
+ 1
ow so its like
js is the content of the library and node.js is the library
is that right? hehe