JavaScript Visualized
I very nice series of blog posts covering:
- Event Loop
- Hoisting
- Scope
- JavaScript Engine
- Prototypal Inheritance
- Generators and Iterators
- Promises and Async/Await
Pros
These posts cover topics that JavaScript programmers may struggle to wrap their heads around.
The visualizations that accompany the posts are exceptional, and may be especially helpful in gaining a conceptual model of the topics.
Cons
Not really a “con”, but don’t expect these to be full-blown lessons for learning JavaScript.