View http://javascriptweblog.wordpress.com/2011/02/28/javascript-object-keys-finally
I’ve been trying to take more conscious advantage of Objects in JavaScript, but that doesn’t come without it’s quirks. This article explores alternatives to Object enumeration, which I naively thought to be limited in possibilities. I’m striving to become familiar enough with JavaScript not only to be quickly enlightened by these alternative approaches, but also help evaluate them as was done in this article with user contributions for stability fixes.