iterate over objects in TypeScript

PHOTO EMBED

Tue Jan 18 2022 15:16:21 GMT+0000 (Coordinated Universal Time)

Saved by @ryanvv

Object.entries(myObject).forEach(([key, value]) => {
  
});
content_copyCOPY

https://www.reddit.com/r/typescript/comments/gqxh2h/why_is_it_so_hard_to_iterate_over_objects_in/