Posts by Marcelo Maciel • 41 points
2 posts
-
-1
votes2
answers104
viewsQ: Concatenate string and return the number of characters
This is what I need to do: 1 - Create a function called tamanhoNomeCompleto 2 - I received name and surname as parameter, ie two parameters 3 - This function will return the full size, counting an…
-
2
votes2
answers678
viewsQ: Javascript functions: One function inside the other
1 - I have to create two functions inside each other. 2 - The first function has two parameters. 3 - The second function has a parameter. 4 - I followed the problem statement: 5 - Declare a function…