forked from M3-Academy/challenge-algorithms-v2.0
fix: template string algoritmo 1
This commit is contained in:
parent
b285c40b53
commit
505f3a5dd4
@ -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