//example function to loop through each key of an object and update each Object.keys(objectName).forEach((key) => objectName[key] = "new value" });