Merge branch 'master' of TOP/javascript-exercises

This commit is contained in:
Michael Frank
2021-05-09 00:29:44 +12:00
2932 changed files with 302449 additions and 87 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const helloWorld = function() {
return ''
var helloWorld = function() {
return 'Hello, World!'
}
module.exports = helloWorld;