As Crockford comments, it's remarkably easy to get by in JavaScript without ever actually sitting down to learn the language. There's a lot of weird and funky JS out there written by e.g. Java programmers who only use a very small subset of the language's features - no closures, no object literals, and so on.
I second the recommendation of JavaScript: The Good Parts - it's a great book :)