Any idea how to iterate a hash map object in JavaScript?
I tried the code below but it is not working.
for(var key : hmap)
{Alert(key + hmap[keep]);}
Any idea how to iterate a hash map object in JavaScript?
I tried the code below but it is not working.
for(var key : hmap)
{Alert(key + hmap[keep]);}