JavaScript Learning Resources
Discussions focus on recommendations for books, online tutorials, and resources to learn JavaScript, especially for beginners, those brushing up skills, or experienced programmers seeking idiomatic code and pitfalls.
Activity Over Time
Top Contributors
Keywords
Sample Comments
What resources are you using to learn JavaScript? Any advice for people just starting on this path?
For JS, have you seen this? http://eloquentjavascript.net/
A good read, i need to brush up on my JavaScript!
A good read, i need to brush up on my JavaScript!
Can anyone say what is a good JavaScript learning resource for people with programming experience? I'm interested in tips on writing idiomatic code and the pitfalls that should be avoided.
"You Don't Know JS" is a great resource to start off with.
how about some more core Javascripthttps://github.com/getify/You-Dont-Know-JS
My book may work for you (free to read online): “JavaScript for impatient programmers”. http://exploringjs.com/impatient-js/toc.html
The "You Don't Know JS Yet" book was suggested in the fairly recent HN thread on the same topic:https://github.com/getify/You-Dont-Know-JS/blob/master/READM...https://news.ycombinator.com/item?id=19829235
A long time ago I read secrets of the JavaScript ninja. I feel like perhaps that is outdated though. I would probably recommend eloquent JavaScript at this point or googling for online materials