let pessoa = { nome: "joâo", idade: 38, profissao: "Instrutor" } for(let i in pessoa){ console.log(`${i} = ${pessoa[i]}`) }
To embed this project on your website, copy the following code and paste it into your website's HTML: