Object.mapEntries = (obj, callbackFn) => Object.fromEntries( Object.entries(obj).map(callbackFn) )