+ 2
Hi guys, I have a question... JS of SoloLearn is the same of a real site web?
Help me pls guys
2 Respostas
+ 4
yes .
js is same everywhere.
in nodejs (which runs on server) you dont have many things like DOM , webgl , webaudioApi , navigator object etc....
because its not even part of js standard .
you maybe confused with reactjs? its not js , rather its a javascript framework. which uses its own stuff like JSX ...
+ 3
Ok, thanks