Property enumeration in JavaScript

Posted on Oct 18, 2005

In the vein of leaving myself illuminating notes here, if you’re looking for a way to access your JavaScript object a bit more like a hash, the construct you’re looking for is the for / in loop.