forked from M3-Academy/challenge-algorithms-v2.0
refactor(greet): melhorando código funcão
This commit is contained in:
parent
1e61b5ddd8
commit
8a8712c9ae
@ -1,4 +1,4 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "Hello " + name;
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user