feat: adicionando solução do 1° desafio
This commit is contained in:
parent
66ffe9f4e4
commit
887a292270
@ -16,7 +16,7 @@
|
||||
*/
|
||||
function greet(name) {
|
||||
// implementar logica aqui
|
||||
return ""
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
||||
// Resultados esperados
|
||||
|
Loading…
Reference in New Issue
Block a user