This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-js-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-js-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f76e9e108f
odin-default-js-exercises
/
helloWorld
/
helloWorld.js
6 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "update cloning link" This reverts commit 4c771f2e05612998feaef0e0c30d689a138b3108.
2021-05-08 18:25:04 +00:00
const
helloWorld
=
function
(
)
{
Revert "Update README with Jest specific language. Update some spec files with new syntax" This reverts commit e73c68fc01d29f9ac6e68eca1e202e33dc301324.
2021-05-08 18:31:56 +00:00
return
''
hello world
2017-08-17 18:47:39 +00:00
}
Revert "Resolve merge conflicts" This reverts commit 61338e0ca032ccfebcfe136104fa7ee0725fc819, reversing changes made to b9983073cc7ba8bfad1c08470b5e858495cc4310.
2021-05-08 18:27:13 +00:00
module
.
exports
=
helloWorld