diff --git a/helloWorld - DONE/helloWorld.js b/helloWorld - DONE/helloWorld.js index a41264d..f29b23c 100644 --- a/helloWorld - DONE/helloWorld.js +++ b/helloWorld - DONE/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!'; } module.exports = helloWorld