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