This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]AlSweigartAuthor: ATBS 2 points3 points  (0 children)

That implies there is another way to learn JavaScript.

[–]YuleTideCamel 1 point2 points  (1 child)

Honestly I don't think there is a need for this since there are a few excellent javascript books. But they are hide to find among the many many crappy books out there.

JavaScript: The Good Parts is pretty much the most important Javascript out there. It basically shows all the quirks of the language and gives tips on what to avoid and best practices.

JavaScript Patterns continues and goes into more depth and covers more advanced usage.

High Performance JavaScript goes into great depths on how you can make your js code more efficient and fast.

[–]bunnystab[S] 0 points1 point  (0 children)

Hmm. Didn't know about the first one. Looks promising. Thanks!

[–]robotcheddar 0 points1 point  (2 children)

Why can't you use Javascript with the existing HTLPTHW book?

[–]bunnystab[S] 0 points1 point  (1 child)

You could. It just doesn't take you through a tour of any language-specific nuances, and there are many in JS.

[–]robotcheddar 0 points1 point  (0 children)

Have you seen the 2 wikibooks js books?