modified return statement.

This commit is contained in:
Mohammed Nabeel 2020-07-01 10:53:37 +03:00
parent 888383a44e
commit 5c39ba4078
1 changed files with 2 additions and 2 deletions

View File

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