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:
parent
e5a4a1d2eb
commit
19f6888688
|
@ -1,5 +1,5 @@
|
|||
var helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
||||
module.exports = helloWorld
|
||||
|
|
Loading…
Reference in New Issue