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
e6260ae506
odin-default-js-exercises
/
helloWorld
/
helloWorld.js
6 lines
86 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 tests, multiple exercises" This reverts commit 2eb02ea2120f96a122f05cbc84b2fd41d7c43563.
2021-05-08 18:31:02 +00:00
return
'Yello Wold!'
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