DEV Community

Discussion on: Where to Learn Nodejs ?

Collapse
 
sergioluigi profile image
Sérgio Luigi Alves da Silva

I thought that I knew JavaScript before ACMAS6, now I am sure that I did not and the gap between what I s hould learn and what I know is getting bigger. Please,
give some sources to learn more about JS.

Collapse
 
ardennl profile image
Arden de Raaij

I sincerely hope you mean ECMAScript 6, because otherwise there is yet another standard I don't know about

😅

Collapse
 
rhymes profile image
rhymes

I started with Babel's Learn ES2105, you can also use the repl to see what "old" JS it outputs.

I went on doing almost all the exercises here: es6katas.org/

If you want to go deep on specific features you can have a look here: ponyfoo.com/articles/tagged/es6-in...

Collapse
 
miku86 profile image
miku86

watchandcode.com/p/practical-javas...

javascript30.com/

Easy to follow free courses, that explain the WHY to write exactly this line of code.

Collapse
 
joshualjohnson profile image
Joshua Johnson

This is a good example that you could get used to start understanding some of the concepts. From there google will help you understand more.