Posts by Lilla Oliveira • 1 point
2 posts
-
-2
votes3
answers776
viewsQ: Use of length to count concatenated strings
I need to solve this exercise but it is appearing with error. function tamanhoNomeCompleto(nome, sobrenome){ return nome+ " " +sobrenome.lenght } in the case, the parameters have to appear for…
-
0
votes1
answer111
viewsQ: Help Solving Two Javascript Issues
Hello, I’m not able to solve these two issues, could help me. function dobroDoNumero (){ var dobroA = 4+4; var dobroB = 7+7; var dobroC = 8+-8; var resultado = dobroA+ ', ' +dobroB+ ', ' +dobroC…