|
|
|
|
|
by fredophile
3311 days ago
|
|
I found JavaScript: The Good Parts useful. It's very short and gets right to the point. The author focuses on the parts of the language people tend to use every day and highlights some gotchas and common mistakes that you might not expect (like == vs ===) if you're coming in from other languages. |
|
And, although the book is dated, I think it still does a good job of explaining the core concepts of the language even of today.