Great (free) Javascript Book

Hey everyone,
After looking for good Books on Javascript - I’ve come across several good ones ofc - but one of the best books, a really extraordinary title imo, turned out to be free:

“Eloquent Javascript” by Marijn Haverbeke

–> Download as mobi/kindle, epub or pdf for free here: http://eloquentjavascript.net/

Thought some of you might be interested …

2 Likes

I am already on the second chapter, great book!.
A lots of guides and other android reference books use quotes from that book, really recommended.

2 Likes

Yeah, it’s great! I’m working through the paperback edtion at the minute.

1 Like

here’s the annotated version if you need more help. This book suddenly becomes very difficult around around chapter about Object.

1 Like

A book is great but I think you can get it all on the web pretty easily. You get most information you need to achieve goal within you code. You can also get better at programming using program to help you detect errors within your code. I use checkmarx most times, which gives me some great results.
Good luck there!
Michael.

1 Like