Ask HN: JavaScript resources
I've been using JS for years. I'm pretty comfortable, but I definitely have room to grow. What are your top suggestions for learning intermediate/advanced topics (pure JS only. I'm not looking for frameworks at the moment)? I prefer video based training over books/written training. Paid or free, it doesn't matter.
Thanks for the suggestions!
6 comments
[ 3.0 ms ] story [ 27.9 ms ] threadNodevember Videos has interesting session on ES6 (ECMAScript 6 spec discussion), this is learning about the future. https://www.youtube.com/watch?v=Hjkc9m9vYCU
JS Design Pattern book (I refer to it quite regularly) - http://addyosmani.com/resources/essentialjsdesignpatterns/bo...
Eloquent Javascript (First book I read after working for few months on JS) - http://eloquentjavascript.net/
Additionally - read the specification always helps - this is the draft of ES6 (http://www.ecma-international.org/publications/files/ECMA-ST...)
Also, if you want to learn pure JAVASCRIPT, I presume you should also work on NODE.JS because JAVASCRIPT has evolved big time in the past few years to become "THE" Language.
Recent conference (NODEVEMBER) has lot of interesting videos - https://www.youtube.com/channel/UC7z0nOE8ITfrGnXJgNzYaEQ
[1] http://www.amazon.com/Secrets-JavaScript-Ninja-John-Resig/dp...