diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index 98b9988..d8e9ed3 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,6 +1,6 @@ const helloWorld = function() { return 'Hello, World!' -} +}; -module.exports = helloWorld +module.exports = helloWorld;