You selection is good but I can't believe that in the "if I could only get three" section, Crockford's the good parts is not #1. I mean it is the seminal work for JavaScript, it should be the first or second book anyone considering doing serious JavaScript should read.
The thing about Crockford's book is that it's short and direct, and gives you the straight dope on how you program in JavaScript. It would be a terrible book for someone first learning to program, but if you know a few programming languages already -- especially something that supports lexically-scoped anonymous functions -- then JS:tGP is something you can read through in an hour or two, and then just start writing JavaScript.
@kls: Thanks. Crockford's book is certainly good which is why it was part of the bigger list. For me personally, I much preferred the 3 books I listed because I've found more value to them.
Appreciate the feedback though and thank you for reading the post.
You selection is good but I can't believe that in the "if I could only get three" section, Crockford's the good parts is not #1. I mean it is the seminal work for JavaScript, it should be the first or second book anyone considering doing serious JavaScript should read.