This question already has an answer here:
- Loop through JavaScript object 16 answers
I have an object like
{ a: 2.078467321618,
b :13521.4,
c : 4503.9,
more...}
(In debug mode)
I want to loop through the object and separate key and value; How can I achieve this?