6 ms·
Start with: http://eloquentjavascript.net/ http://eloquentjavascript.net/ (has pdf download) https://developer.mozilla.org/en/A_re-introduction_to_JavaScript
by monos 16y ago
Start with:
http://eloquentjavascript.net/ http://eloquentjavascript.net/ (has pdf download)
https://developer.mozilla.org/en/A_re-introduction_to_JavaScript https://developer.mozilla.org/en/A_re-introduction_to_JavaSc...
Most JS books are geared towards browser scripting. I would still recommend "JavaScript. The Definitive Guide" by David Flanagan.
Also watch all the Crockford Videos on JS: http://video.yahoo.com/watch/111593/1710507 http://video.yahoo.com/watch/111593/1710507
After that all you will ever need is:
* JavaScript: The Good Parts by Douglas Crockford (must have)
* https://developer.mozilla.org/en/JavaScript/Reference
(extensive, lots of examples and hints)
- dawson 16y agoI can't find a PDF version of eloquent? Only HTML or print friendly.