This website requires JavaScript.
Explore
Help
Sign in
punkfairie
/
odin-javascript-exercises
Watch
1
Star
0
Fork
You've already forked odin-javascript-exercises
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
eec46c7577
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
6 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 03:23:28 -07:00
const
helloWorld
=
function
(
)
{
update tests, multiple exercises
2021-03-09 03:12:25 -08:00
return
''
hello world
2017-08-17 11:47:39 -07:00
}
Added jest
2021-03-02 18:13:24 -08:00
module
.
exports
=
helloWorld
;
Reference in a new issue
Copy permalink