This website requires JavaScript.
Explore
Help
Register
Sign In
Marcela_Mathias
/
challenge-algorithms-v2.0-marcela-mathias
Watch
1
Star
0
Fork
0
You've already forked challenge-algorithms-v2.0-marcela-mathias
forked from
M3-Academy/challenge-algorithms-v2.0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
923c138af6
challenge-algorithms-v2.0-m...
/
01-greeting
/
index.js
5 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(automacao): template desafio 2 automatizado
2022-10-27 15:07:13 +00:00
export
function
greet
(
name
)
{
add greet logic
2022-11-02 18:55:13 +00:00
const
phrase
=
`
Hello
${
name
}
`
;
return
phrase
;
refactor(automacao): template desafio 2 automatizado
2022-10-27 15:07:13 +00:00
}
Reference in New Issue
Copy Permalink