// Iterate over key/value pairs of an object for (const [key, value] of Object.entries(object1)) { console.log(`${key}: ${value}`); }