I have a program to return a list of keys from dictionary. The Code works correctly in Chrome, Opera and Firefox but not Internet Explorer. I have added alert comments to cl
Alternatively if you have access to lodash you can use keys. e.g.
_.keys(yourObj);