Day 5–100 Days of Code
Today I strictly focused on working through Eloquent Javascript.
It’s a pretty interesting book and I really like how the material is structured. I don’t think it would be great for a complete beginner. If opening this book would have been my exposure to Javascript, I would probably be a little lost. However, going into Eloquent Javascript with a baseline understanding of the topic is helping me to work through the problems and understand the material.
I’m really enjoying the coding exercises at the end of each section. They’re just challenging enough to make me think, but not overly complicated. Going through this book is really helping me to lock in an understanding of Javascript’s various data structures and how to utilize them.
I’ll continue with the object section tomorrow…