- 1
Node JavaScript Tutorial Missing From This Application?
3 odpowiedzi
+ 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 ;)
+ 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 ;)
+ 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