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
370f88b9b8
odin-default-js-exercises
/
helloWorld
/
helloWorld.js
6 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 10:23:28 +00:00
const
helloWorld
=
function
(
)
{
Revert "remove class based exercises" This reverts commit 290e7f1da41641c3d028d0ef19669be35144a33a.
2017-11-24 20:23:16 +00:00
return
''
hello world
2017-08-17 18:47:39 +00:00
}
Transform 'var' in 'let'
2018-06-09 00:44:45 +00:00
module
.
exports
=
helloWorld