Javscript book which teaches javascript the language, not dom. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T21:02:25Z http://stackoverflow.com/feeds/question/1080409 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1080409/javscript-book-which-teaches-javascript-the-language-not-dom 4 Javscript book which teaches javascript the language, not dom. uswaretech 2009-07-03T18:29:03Z 2009-07-03T18:54:51Z <p>I am a pretty good programmer(IMO only, of course. Know Python, Java well. Tried my hands at Lisp, Ruby, Haskell). I also know how to use Jquery reasonable well, so I know Dom manipulation.</p> <p>I want a recommendation on a Javascript book, which teaches the Language. My criteria are, 1. Fast paced and for programmers who know programming. Dont tell me what loops are. 2. Teaches the language not the Dom manipulation. 3. Preferable ebook. Non free is fine.</p> http://stackoverflow.com/questions/1080409/javscript-book-which-teaches-javascript-the-language-not-dom/1080413#1080413 10 Answer by Nosredna for Javscript book which teaches javascript the language, not dom. Nosredna 2009-07-03T18:31:05Z 2009-07-03T18:31:05Z <p>JavaScript: The Good Parts.</p> <p><img src="http://ecx.images-amazon.com/images/I/51JBu91TjRL.%5FBO2,204,203,200%5FPIsitb-sticker-arrow-click,TopRight,35,-76%5FAA240%5FSH20%5FOU01%5F.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/1080409/javscript-book-which-teaches-javascript-the-language-not-dom/1080435#1080435 5 Answer by RichardOD for Javscript book which teaches javascript the language, not dom. RichardOD 2009-07-03T18:39:53Z 2009-07-03T18:45:14Z <p>Like others I'd firstly recommend JavaScript the good parts. Another option to consider is JavaScript the definitive guide by David Flanagan. This is also a good book that covers the language well- certainly enough depth for a programmer interested in particular features of javascript. The language part is seperate from the client side stuff- so you can just read the bits that interest you.</p> <p>Update- I've just checked the book on Amazon it has a whopping 286 customer reviews!</p> http://stackoverflow.com/questions/1080409/javscript-book-which-teaches-javascript-the-language-not-dom/1080473#1080473 1 Answer by James M. for Javscript book which teaches javascript the language, not dom. James M. 2009-07-03T18:54:51Z 2009-07-03T18:54:51Z <p>Another good one is "Pro Javascript Design Patterns" by Harmes &amp; Diaz. It starts by showing a number of approaches for simulating classes, classical inheritance, private members, etc., then builds on that to implement several of the more common design patterns seen in other OO languages. Some of the examples do involve the DOM, but they really give a feel for the flexibility of the core language.</p>