-5
Create a function called domain that will receive a String br.NOMEDOSITE.com
and its function will be to return "http://br.NOMEDOSITE.com".
I did so:
function dominio ("br.NOMEDOSITE.com" ){
conslole.log ("http://br.NOMEDOSITE.com")
}
but I’m getting the bug: Unexpected string....
It seems like an easy exercise...!