let nomes = ["joâo","Maria","Gabriel","Antonio","jessica","Bruno","Saulo","Gustavo","jeferson","Roberto"];
let num = 1;

for (let i = 0; i < nomes.length; i++) {
    console.log(`Voçê foi aprovado em ${num++} lugar no processo seletivo ${nomes[i]}!`);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: