Posts by Antonio Padela • 21 points
2 posts
-
1
votes6
answers2258
viewsA: Exercise: loop and for
The source of these questions is a leveling site, which is prospecting candidates who crave scholarships, and there, it is necessary that the function is called exactly the way they want, even if…
-
1
votes6
answers2492
viewsA: Beginner in Javascipt
In Ex 3. It worked for me this way: function escreverCartao(titulo=“Dra.”, nome=“Ana”, sobrenome=“Pérez”) { return titulo + “ “ + nome + “ “ + sobrenome; } Replace the information with the content…
javascriptanswered Antonio Padela 21