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
e73c68fc01
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
6 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 03:23:28 -07:00
const
helloWorld
=
function
(
)
{
Update README with Jest specific language. Update some spec files with new syntax
2021-03-03 13:42:39 -08:00
return
'Yello Wold!'
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