Listing keys of a hash
var hash = { "a" : 1, "b" : 2, "c" : 3};
Object.keys(hash); // yields ["a", "b", "c"]
Written by Leonardo Koch Kewitz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Keys
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#