Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 10 commits from feature/09-caractere-mais-repetido into master 2022-10-24 19:09:34 +00:00
Showing only changes of commit 887a292270 - Show all commits

View File

@ -16,7 +16,7 @@
*/ */
function greet(name) { function greet(name) {
// implementar logica aqui // implementar logica aqui
return "" return `Hello ${name}`;
} }
// Resultados esperados // Resultados esperados