forked from M3-Academy/challenge-algorithms-v2.0
feat: finalizado greeting
This commit is contained in:
parent
c6f6df9c59
commit
9f0206057a
@ -1,4 +1,4 @@
|
|||||||
export function greet(name) {
|
export function greet(name) {
|
||||||
// implementar logica aqui
|
// implementar logica aqui
|
||||||
return "";
|
return `Hello ${name}`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user