JavaScript’s Outer Limits…
It’s a while since I made a proper web-log blog post, so here are some interesting JavaScript postcards from the edge that I found while trawling the web. Enjoy!
* Best link there is: Essential JavaScript Design Patterns by Addy Osmani – great little ebook (and free!)
* Peter Michaux’s Early and Late Mixins
* What is the length of a JavaScript array?
* JavaScript declaration hoisting – great for job interview tests, terrible for real code
* It turns out that you the JavaScript delete operator can never delete objects (only properties of objects). Just so you know!
* How to have a JavaScript function return undefined.
* A neat JavaScript chess programme called GarboChess. I like it!