Skip to content

Instantly share code, notes, and snippets.

@jennschiffer
Created October 5, 2014 18:22
Show Gist options
  • Save jennschiffer/77c095a48dd7bb3f4aa2 to your computer and use it in GitHub Desktop.
Save jennschiffer/77c095a48dd7bb3f4aa2 to your computer and use it in GitHub Desktop.
JavaScript book recommendations for Jenn

looking for book recommendations. please comment with books and what level (beginner, advanced, etc) thnx babes

@tylergaw
Copy link

tylergaw commented Oct 5, 2014

My all-time favorite: http://domscripting.com/book (beginner)

@bmac
Copy link

bmac commented Oct 5, 2014

The Tangled Web (intermediate/advanced) is mostly focused on security but I recommend it to everyone because is provides a wonderful tour of the browser platform and includes a lot of the history of how various apis evolved and got to the place where they are at today.

@tw2113
Copy link

tw2113 commented Oct 5, 2014

I found a lot of good information, at least for me with Secrets of the Javascript Ninja

@llkats
Copy link

llkats commented Oct 5, 2014

I liked JavaScript Allongé by Reginald Braithwaite. Even if you don't use JS the way he talks about in the book, the way he breaks down the internals and explains concepts like inheritance and currying and stuff is really approachable. At least, I thought so. Definitely an advanced book.

@noelrappin
Copy link

Master Space and Time With JavaScript (http://www.noelrappin.com/mstwjs). It's advanced beginner, with a focus on testing and dealing with JavaScripts unique features.

@knuton
Copy link

knuton commented Oct 5, 2014

@buritica
Copy link

buritica commented Oct 5, 2014

@yamafaktory
Copy link

Speaking JavaScript by @rauschma

[...] the book’s target audience is programmers who want to learn JavaScript quickly and properly, and JavaScript programmers who want to deepen their skills and/or look up specific topics.

@HipsterBrown
Copy link

+1 Human JavaScript
+1 Eloquent JavaScript

@montylounge
Copy link

@jefflembeck
Copy link

Another vote for Effective JavaScript. That book absolutely shines.

@shmuelie
Copy link

shmuelie commented Oct 6, 2014

It's big and heavy but you can't beat the completeness of JavaScript: The Definitive Guide

@leifwalsh
Copy link

for a good time call scott meyers

@mssantos
Copy link

mssantos commented Oct 6, 2014

Professional JavaScript for Web Developers - beginner/intermediate

Effective JavaScript - intermediate/advanced

JavaScript Patterns - intermediate/advanced

You Don't Know JavaScript - all levels

Test-Driven JavaScript Development - intermediate/advanced

Also, there are some good reads here and here.

@ianjmacintosh
Copy link

JavaScript Enlightenment by Cody Lindley covers fundamental concepts in depth, helping to fill in the gaps for folks like me who've learned while building, reading StackOverflow, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment