This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-js-fundamentals-part-4
Watch
1
Star
0
Fork
You've already forked odin-js-fundamentals-part-4
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
odin-js-fundamentals-part-4
/
01_helloWorld
/
helloWorld.js
6 lines
91 B
JavaScript
Raw
Permalink
Blame
History
const
helloWorld
=
function
(
)
{
return
'Hello, World!'
;
}
;
module
.
exports
=
helloWorld
;
Reference in New Issue
View Git Blame
Copy Permalink