Property enumeration in JavaScript
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.
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.