you can call Object.keys to get an array of property names of yourObject and the use the map metod with it:

Object.keys(yourObject).map( key => doStuff(yourObject[key]))

Reply to this note

Please Login to reply.

Discussion

No replies yet.