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
3423e2f6cf
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
6 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
hello world
2017-08-17 11:47:39 -07:00
var
helloWorld
=
function
(
)
{
Clean up the oopsie. Rebuild the blank exercises.
2021-05-08 05:39:21 -07: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