The other trouble is, once you have some experience there just aren't very many good tutorials. I was looking through tutorials for node, and most of the ones I found started off with how to open the developer console, and what a for loop is. I'd very much prefer if tutorial authors would just link to one of the many basic CS fundamentals tutorials, and then skip much of the basics. If I'm learning Javascript, I just want to know what the for loop syntax is, without needing an explanation of the concept.
A bit off topic, but in case you were still looking, may I suggest https://learnxinyminutes.com/docs/javascript/? That site is my first port of call whenever I need to get a quick overview of a new language.