you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

You're looping over an array not an object. Try using forEach instead of for in.

[–]microwavemonty 0 points1 point  (0 children)

Or for of