Arrays get all the love, but that shouldn't stop #developers from using #JavaScript's higher-order functions to iterate over plain objects.
Four Object constructor methods for your toolbox, including fromEntries (introduced in ES10) 👇
@Dublas3Barca@descholar3 All features up to and including ES10 are finalized in the official ECMAScript spec.
And most modern browsers are actually pretty close to supporting those features: kangax.github.io/compat-table/e…
But, depending on target environment, generally good idea to use @babeljs to transpile!