I have this object with key / value pairs and I'm not able to figure out how to access the keys and values to console.log
[ { ETHBTC: '฿0.05864000', USD: '$391.36', ETHUSDT: '391.30' } ]
I've tried several ways to iterate and am not able to figure out.