This website requires JavaScript.
Explore
Help
Register
Sign In
Emilly_schuenck
/
challenge-algorithms-v2.0-emillyschuenck
Watch
1
Star
0
Fork
0
You've already forked challenge-algorithms-v2.0-emillyschuenck
forked from
M3-Academy/challenge-algorithms-v2.0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd93869d91
challenge-algorithms-v2.0-e...
/
01-greeting
/
index.js
5 lines
87 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
)
{
// implementar logica aqui
01-resolvido
2022-10-28 15:10:07 +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