Hey,<p>I'm a 16 year old JS developer and I want to build more advanced apps. (React, Vue, Node, bots, ML, etc.)<p>Could you recommend some resources that I could get started with?
Start with the fundamentals!<p>I like Eloquent Javascript and You Don't Know JS, both free to read online:<p><a href="http://eloquentjavascript.net" rel="nofollow">http://eloquentjavascript.net</a><p><a href="https://github.com/getify/You-Dont-Know-JS" rel="nofollow">https://github.com/getify/You-Dont-Know-JS</a>
<a href="http://javascriptissexy.com/" rel="nofollow">http://javascriptissexy.com/</a><p><a href="https://www.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647" rel="nofollow">https://www.amazon.com/JavaScript-JQuery-Interactive-Front-E...</a><p><a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn/JavaScript</a><p><a href="https://www.amazon.com/Eloquent-JavaScript-Modern-Introduction-Programming/dp/1593275846/ref=as_li_ss_tl?s=books&ie=UTF8&qid=1466626605&sr=1-1&keywords=eloquent+javascript+2nd+edition&linkCode=ll1&tag=eejs-20&linkId=8f1d94f3bf900d69600f9c8685791be7" rel="nofollow">https://www.amazon.com/Eloquent-JavaScript-Modern-Introducti...</a><p><a href="http://jstherightway.org/" rel="nofollow">http://jstherightway.org/</a><p>Most importantly, it's not hard to learn a new language, but you do want to make sure you learn and apply best practices.<p>Pickup a couple of those books maybe (also there are online versions of most of those available for free. I do like physical books, but that's just me), read them and practice every day.
I really recoment the tutorials from:<p><a href="https://nodeschool.io/" rel="nofollow">https://nodeschool.io/</a><p>They are run from the command line, they will make you think and they have from super simple tutorials to more complex stuff. You can also learn the ES6 syntax or other fancy things when you know enough javascript.
Unfortunately I don't know about the list you have, but if you are interested in one good way to approach JS basics (not suggesting you don't know the basics -- am saying I found the following resource useful for the basics, which help with building more advanced apps): JavaScript: the good parts talk is a useful resource, IMHO.<p><a href="https://www.youtube.com/watch?v=hQVTIJBZook" rel="nofollow">https://www.youtube.com/watch?v=hQVTIJBZook</a>
Learn other languages, too.<p><pre><code> * A functional language
* An object-oriented language
* A scripting language
</code></pre>
JavaScript wins the web front-end because it's the only feasible option but there are many other fantastic languages out there that, when properly understood, will make you a better developer in whatever language you choose to "major" in.
I would definitely recommend this youtube channel - <a href="https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q" rel="nofollow">https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q</a>
Respect. <a href="https://frontendmasters.com/" rel="nofollow">https://frontendmasters.com/</a> should give you a good start. There's a fee but well worth it. I would recommend Douglas Crockford and Kyle Simpson for a start.