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
cb3ffc086cbf100496756970192a89eaa909ab29
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
T
6 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "update cloning link"
2021-05-08 11:25:04 -07:00
const
helloWorld
=
function
(
)
{
Revert "Update README with Jest specific language. Update some spec files with new syntax"
2021-05-08 11:31:56 -07:00
return
''
hello world
2017-08-17 13:47:39 -05:00
}
Revert "Resolve merge conflicts"
2021-05-08 11:27:13 -07:00
module
.
exports
=
helloWorld
Reference in New Issue
Copy Permalink