I've spent about 20 minutes trying to find more information on the keys function in javascript...
I initially found the keys() function referenced in this answer:
hash = {"a" : "b", "c": "d"};
keys(hash); // ["a", "c"]
Does anyone have any more information on this function, especially browser support?