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
4c771f2e05
odin-javascript-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 03:23:28 -07:00
const
helloWorld
=
function
(
)
{
Revert "remove class based exercises" This reverts commit 290e7f1da41641c3d028d0ef19669be35144a33a.
2017-11-24 12:23:16 -08:00
return
''
hello world
2017-08-17 11:47:39 -07:00
}
Transform 'var' in 'let'
2018-06-08 17:44:45 -07:00
module
.
exports
=
helloWorld
Reference in a new issue
Copy permalink