Correct syntax

Report a typo

Put the parts of the for ... in structure in the correct order.

Put the items in the correct order
console.log(`I am a key - ${i}`);
for (let i in obj) {
}
___

Create a free account to access the full topic