Owen Murphy
Aug 22, 2023

For 5, is it cleaner just to do `Object.keys(myObj).forEach((k, v) => {})` ?

You still get the same effect just without using an explicit `for` loop.

Owen Murphy
Owen Murphy

Written by Owen Murphy

Software Engineer @IBM. I believe learning should be free for all people . https://linktr.ee/owenmurphy2022

No responses yet