+ 1
Node Js VS Js
When I go to code playground and I want to do JS, it just says node js. Can I use that for JS? Is the the same thing? And if it's not, is there a way to do just JS
4 Answers
+ 3
Web has css , html and js
0
So is it the same thing?
0
Node js and pure js,
In first, these are using same v8 javascript engine both in internal
so no problem if you don't want DOM operation etc. and you want to checking js code with standalone
0
Node runs in the server or outside the browser,
Pure JS runs on the browser alongside html and css.