let aprovados = ["João","Gabriel","Luan","Sergio","Amanda"]; for (let i = 0; i < aprovados.length; i++) { console.log(`Seja bem vindo ${aprovados[i]}! `); }
To embed this project on your website, copy the following code and paste it into your website's HTML: