Good afternoon. I have an array with some keys, and values in them. I then need to fetch the array keys and not the data in them. I want to do this with jQuery. I know for e
console.log( Object.keys( {'a':1,'b':2} ) );