greeting
This commit is contained in:
parent
c6f6df9c59
commit
19864847bf
@ -1,4 +1,8 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
console.log(`Hello ${name}`)
|
||||
return "Hello " + name;
|
||||
}
|
||||
|
||||
greet("Maria");
|
||||
greet("Alvin");
|
||||
greet("Pedro Lucas");
|
||||
|
Loading…
Reference in New Issue
Block a user