Update helloWorld.js

I added the answer instead of empty strings as solution must be added in the solutions branch.
This commit is contained in:
vrarora 2020-12-22 14:01:32 +05:30 committed by GitHub
parent e5a4a1d2eb
commit 19f6888688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
var helloWorld = function() {
return ''
return 'Hello, World!'
}
module.exports = helloWorld
module.exports = helloWorld