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.
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.
Software Engineer @IBM. I believe learning should be free for all people . https://linktr.ee/owenmurphy2022