This website requires JavaScript.
Explore
Help
Sign In
10h30
/
odin-javascript-exercises
Watch
1
Star
0
Fork
0
You've already forked odin-javascript-exercises
mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced
2026-06-05 15:09:09 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
odin-javascript-exercises
/
01_helloWorld
/
helloWorld.js
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
6 lines
90 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 11:23:28 +01:00
const
helloWorld
=
function
(
)
{
Completed 1-4
2025-02-22 10:23:40 +09:00
return
'Hello, World!'
Update helloWorld/helloWorld.js
2021-05-18 11:43:45 +12:00
}
;
hello world
2017-08-17 13:47:39 -05:00
Added jest
2021-03-03 15:13:24 +13:00
module
.
exports
=
helloWorld
;
Reference in New Issue
Copy Permalink