The first book goes into the basics. If you don’t know much about JS, or programming in general, it’s a good start.
I like how he used analogy to describe some basic concepts. The subsequent books get into more advance topic. I sometimes need to read it a couple of times to understand the concept.
I’m currently reading Scope & Closures online, and it is not a complete noob series. Even the Up & Going was an interesting read with stuff about ES6. I really enjoy the read so far as it’s really explaining the deep stuff that makes JS work.
I truly love this quote and it definitely got my attention!
When you strive to comprehend your code, you create better work and become better at what you do. The code isn’t just your job anymore, it’s your craft.
@Luiko How are you liking Eloquent JS? I’m on Chapter 4 right now [Data Structures: Objects & Arrays]. I started reading this book about a year ago but stopped around chapter 4-5. I found it very difficult as a beginner. But now I find the book really great and the examples to be easily understood. Looking forward to the chapters after 5. Should be a challenge.
I’ve read that a good “book path” if you will is Eloquent JS and the You Don’t Know JS series. I am not too familiar with ES6 so I’m hoping to build good fundamentals with ES and then get a grasp of the newer syntax with YDKJS.