Update helloWorld.js
added "Hello, World!" to the return value
This commit is contained in:
parent
42076e7424
commit
0b31180160
|
@ -1,5 +1,5 @@
|
||||||
const helloWorld = function() {
|
const helloWorld = function() {
|
||||||
return ''
|
return("Hello, World!")
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = helloWorld
|
module.exports = helloWorld
|
||||||
|
|
Loading…
Reference in New Issue