forked from M3-Academy/challenge-algorithms-v2.0
feat(home): adicionando resolucao do desafio 1
greeting
This commit is contained in:
parent
c6f6df9c59
commit
8586343e12
@ -1,4 +1,5 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
const frase = `Hello ${name}`;
|
||||
return frase;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user