8000 Update helloWorld.js · kennyslater/javascript-exercises@80cf310 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80cf310

Browse files
committed
Update helloWorld.js
1 parent c61615f commit 80cf310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloWorld/helloWorld.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const helloWorld = function() {
2-
return ''
2+
return 'Hello, World!'
33
}
44

55
module.exports = helloWorld

0 commit comments

Comments
 (0)
0