http://www.drdobbs.com/cpp/developer-reading-list-the-must-have-boo/240148421?pgno=2
Must have JavaScript books
1–8 of 8 posts
Re: Must have JavaScript books
#2Re: Must have JavaScript books
#3Start with this one: http://jstherightway.org/
Re: Must have JavaScript books
#4One thing that makes learning JavaScript more difficult is that most resources don't distinguish between the API's (Node is another) and the language.
Re: Must have JavaScript books
#5JavaScript: The Definitive Guide from O'Reilly. It is organized around the distinction between Javascript the programming language and Javascript as a browser API...and it contains a great deal of technical detail on both. One thing that makes learning JavaScript more difficult is that most resources don't distinguish between the API's (Node is another) and the language.
Re: Must have JavaScript books
#6Re: Must have JavaScript books
#7Also, check out some of the quality, free courses you can find on Pluralsight: https://absolute-sharepoint.com/2015/12/free-pluralsight-6-m...
Goodluck..!
Re: Must have JavaScript books
#8It lays down the origins of the language and a lot of its quirks.