Comment on Ask HN: Learning to write good JavaScriptComments−charlieirish13yThese are some good resources that will teach you how to write good javascript. Having an understanding of the core language rather than using frameworks is a great start:Eloquent JavaScript: http://eloquentjavascript.net/contents.htmlLearning JavaScript Design Patterns: http://www.addyosmani.com/resources/essentialjsdesignpattern...JS The Right Way: http://jstherightway.com/Learning Advanced JavaScript: http://ejohn.org/apps/learn/Ask HN: JavaScript Dev Tools: http://news.ycombinator.com/item?id=3550998MVC Architecture for JS: http://michaux.ca/articles/mvc-architecture-for-javascript-a...Large-Scale JS Application Architecture: http://addyosmani.com/largescalejavascript/Mozilla Developer Network - Intro to OO JS: https://developer.mozilla.org/en-US/docs/JavaScript/Introduc...−cfontes13yEloquent Javascript is just awesome... learned a lot from it.
Comments
These are some good resources that will teach you how to write good javascript. Having an understanding of the core language rather than using frameworks is a great start:
Eloquent JavaScript: http://eloquentjavascript.net/contents.html
Learning JavaScript Design Patterns: http://www.addyosmani.com/resources/essentialjsdesignpattern...
JS The Right Way: http://jstherightway.com/
Learning Advanced JavaScript: http://ejohn.org/apps/learn/
Ask HN: JavaScript Dev Tools: http://news.ycombinator.com/item?id=3550998
MVC Architecture for JS: http://michaux.ca/articles/mvc-architecture-for-javascript-a...
Large-Scale JS Application Architecture: http://addyosmani.com/largescalejavascript/
Mozilla Developer Network - Intro to OO JS: https://developer.mozilla.org/en-US/docs/JavaScript/Introduc...
Eloquent Javascript is just awesome... learned a lot from it.