Ask HN: Resources to learn JavaScript in 2014?
I have played around with Javascript for years. You know the basic stuff. Heck, I even wrote a Basketball scoreboard back in 2004 using plain javascript (the code will probably give you nightmares if I share it). But most of that was using google, w3schools etc. I really want to learn the fundamentals again. Fundamentals of Javascript, not a framework or library. So yes, I have access to Jquery and what not, but want to learn javascript and nothing else. What would you experts recommend in 2014 ?
13 comments
[ 4.6 ms ] story [ 52.0 ms ] threadI'd also recommend javascript weekly for articles and news to keep you on the cutting edge.
Crockford's JavaScript The Good Parts for developers coming from another language.
Functional JavaScript by Fogus is excellent and can be read after either.
and also follow MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript
Object orientated Javascript and inheritance explained well:
https://www.youtube.com/watch?v=PMfcsYzj-9M
[1] http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockfor...
[2] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...