8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61615f commit 80cf310Copy full SHA for 80cf310
helloWorld/helloWorld.js
@@ -1,5 +1,5 @@
1
const helloWorld = function() {
2
- return ''
+ return 'Hello, World!'
3
}
4
5
module.exports = helloWorld
0 commit comments