feat:implementação algoritmo que retorne uma string composta pela palavra Hello + texto
This commit is contained in:
parent
b78dc99fb3
commit
42db9b47ae
@ -1,4 +1,5 @@
|
|||||||
export function greet(name) {
|
export function greet(name) {
|
||||||
// implementar logica aqui
|
// implementar logica aqui
|
||||||
return "";
|
let hello = `Hello ${name}`
|
||||||
|
return hello;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user