JavaScript Tutorials Worth Revisiting
A compact reading list for revisiting JavaScript internals, inheritance, prototypes, and advanced jQuery animation.
JavaScript can be written in some rather twisted ways and has plenty of traps, especially around inheritance and prototypes. I often read the material, forget it, and have to read it again. These are some excellent tutorials I found online:
- JavaScript Garden
- Understanding JavaScript
- Advanced jQuery Animation: Understanding the
.queue()Function