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
6793f8722a
odin-javascript-exercises
/
helloWorld
/
helloWorld.js
6 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
hello world
2017-08-17 11:47:39 -07:00
var
helloWorld
=
function
(
)
{
Update helloWorld.js I added the answer instead of empty strings as solution must be added in the solutions branch.
2020-12-22 00:31:32 -08:00
return
'Hello, World!'
hello world
2017-08-17 11:47:39 -07:00
}
Update helloWorld.js I added the answer instead of empty strings as solution must be added in the solutions branch.
2020-12-22 00:31:32 -08:00
module
.
exports
=
helloWorld
Reference in a new issue
Copy permalink