This website requires JavaScript.
Explore
Help
Register
Sign In
LeonardoPereiraRocha
/
challenge-algorithms-v2.0-leonardo-pereira-rocha
Watch
1
Star
0
Fork
0
You've already forked challenge-algorithms-v2.0-leonardo-pereira-rocha
forked from
M3-Academy/challenge-algorithms-v2.0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25cbe458a0
challenge-algorithms-v2.0-l...
/
01-greeting
/
index.js
4 lines
58 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
)
{
feat(01-greeting): Cria a função
2022-10-28 20:45:10 +00:00
return
`
Hello
${
name
}
`
;
refactor(automacao): template desafio 2 automatizado
2022-10-27 15:07:13 +00:00
}
Reference in New Issue
Copy Permalink