Posts by LucasPaixao • 11 points
1 post
-
-1
votes1
answer77
viewsQ: You doubt Function and Length?
Good evening Everyone, I would like to help with the following code: function tamanhoNomeCompleto(nome, sobrenome){ return (nome + " " + sobrenome).length; } tamanhoNomeCompleto("Lucas", "Paixao");…