Node JavaScript Tutorial Missing From This Application? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Node JavaScript Tutorial Missing From This Application?

22nd Mar 2021, 3:26 PM
Jarvis
Jarvis - avatar
3 Respuestas
+ 2
yes, because ajax request in browser use specific web api... at least with 'XMLHttpRequest', maybe with new 'fetch' method ^^ nodejs and javascript are NOT TOTALLY different: core language functionnalities are in common and specified by ECMA script ;)
22nd Mar 2021, 3:38 PM
visph
visph - avatar
+ 1
It seems to me that angular+nestjs course talk a little of nodejs... however, nodejs is just javascript, with specificities wich are not part of web browsers and without specificities handle by web browser (DOM and others web API)... you could start by learning js here ;)
22nd Mar 2021, 3:32 PM
visph
visph - avatar
+ 1
Hey Visph, I know a little bit about JavaScript from w3school and JavaScript and node.js are totally different, For example use ajax request in node.js & JavaScript are totally different
22nd Mar 2021, 3:34 PM
Jarvis
Jarvis - avatar