Page 1 of 1

Good Javascript book?

PostPosted: Thu Feb 02, 2012 8:19 pm
by kschuster
Can anyone recommend a good javascript book? I'm diving deeper into Servoy so I better get up to speed on javascript.
anyone?

Re: Good Javascript book?

PostPosted: Thu Feb 02, 2012 8:28 pm
by david

Re: Good Javascript book?

PostPosted: Mon Feb 06, 2012 12:10 am
by ryanparrish
Douglass Crockford is the man that is synonymous with JavaScript, his book JavaScript: The Good Parts [1] is quite good and is one of the few books that stay on my desk for reference. Also all of Crockford's videos [2] are worth your time.

[1] http://www.amazon.com/JavaScript-Good-P ... 0596517742
[2] http://javascript.crockford.com/

Re: Good Javascript book?

PostPosted: Tue Oct 22, 2013 11:20 am
by deezzub

Re: Good Javascript book?

PostPosted: Wed Oct 08, 2014 10:04 am
by MiguelSMinnich
I am always recommended Head First JavaScript. Is a fantastic book specifically for those who are beginner programmers or who are just starting out with dynamic languages, C-style languages, or JavaScript in general.

Re: Good Javascript book?

PostPosted: Wed Oct 08, 2014 7:02 pm
by jgarfield
I'm a huge fan of how Reg "Raganwald" Braithwaite talks and thinks about JavaScript

https://leanpub.com/javascript-allonge
https://leanpub.com/javascript-spessore

Re: Good Javascript book?

PostPosted: Wed May 06, 2015 5:24 pm
by ROCLASI
Not a book but VERY informative is this video Douglas Crockford: The JavaScript Programming Language

Re: Good Javascript book?

PostPosted: Mon May 11, 2015 5:21 pm
by huber
Other good books in my opinion are JavaScript Patterns (O'Reilly) by Stoyan Stefanov, and The JavaScript Anthology (101 Essential Tisp, Tricks & Hacks), by James Edwards & Cameron Adams.

Regards,

kschuster wrote:Can anyone recommend a good javascript book? I'm diving deeper into Servoy so I better get up to speed on javascript.
anyone?