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
+2 -2
View File
@@ -1,5 +1,5 @@
var helloWorld = function() {
return ''
return 'Hello, World!'
}
module.exports = helloWorld
module.exports = helloWorld