let funcao = function(a, b){
    console.log("Olá mundo!");
    return a + b;
    //console.log(a + b);
}

console.log(funcao(10, 25));
//funcao(10,25)

Embed on website

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