8000 Add Output from helloWorld Function · TezzGit/javascript-exercises@abfa402 · GitHub
[go: up one dir, main page]

Skip to content

Commit abfa402

Browse files
committed
Add Output from helloWorld Function
1 parent 8209109 commit abfa402

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