Live data from Hacker News

Must have JavaScript books

news.ycombinator.com

1–8 of 8 posts

Re: Must have JavaScript books

#4
JavaScript: 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

#5
post #4

JavaScript: 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.

+1 i will definately give a shot