Node Js VS Js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th Jul 2021, 2:54 PM
Samuel Bergmark
Samuel Bergmark - avatar
4 Answers
+ 3
Web has css , html and js
18th Jul 2021, 2:57 PM
Abhay
Abhay - avatar
0
So is it the same thing?
18th Jul 2021, 3:06 PM
Samuel Bergmark
Samuel Bergmark - avatar
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
18th Jul 2021, 4:05 PM
Isabella
Isabella - avatar
0
Node runs in the server or outside the browser, Pure JS runs on the browser alongside html and css.
25th Jul 2021, 3:21 PM
Makroghop
Makroghop - avatar