function renameKeys(obj, newKeys) { const keyValues = Object.keys(obj).map((key) => { let newKey = key + "1"; if (Arra