Update helloWorld/helloWorld.js

semicolon after function expression
This commit is contained in:
xandora
2021-05-18 11:43:45 +12:00
committed by GitHub
parent 582521cc9f
commit c8f3ff9d1b
+1 -1
View File
@@ -1,5 +1,5 @@
const helloWorld = function() { const helloWorld = function() {
return '' return ''
} };
module.exports = helloWorld; module.exports = helloWorld;