8000 Complete 01_helloWorld · vinegraft/javascript-exercises@b2549f9 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit b2549f9

Browse files
committed
Complete 01_helloWorld
1 parent 92f759d commit b2549f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01_helloWorld/helloWorld.js

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

55
module.exports = helloWorld;

0 commit comments

Comments
 (0)
0