This website requires JavaScript.
Explore
Help
Sign In
10h30
/
odin-javascript-exercises
Watch
1
Star
0
Fork
0
You've already forked odin-javascript-exercises
mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced
2026-06-05 15:09:09 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b99fe581854bef2b155b01f407740f79fead4698
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
T
5 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
hello world
2017-08-17 13:47:39 -05:00
var
helloWorld
=
function
(
)
{
Revert "remove class based exercises"
2017-11-24 14:23:16 -06:00
return
''
hello world
2017-08-17 13:47:39 -05:00
}
Revert "remove class based exercises"
2017-11-24 14:23:16 -06:00
module
.
exports
=
helloWorld
Reference in New Issue
Copy Permalink