Skip to content

Commit 454d0d6

Browse files
committed
Complete helloWorld challenge
1 parent f228d73 commit 454d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helloWorld/helloWorld.js

+1-1
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)