Standardised function declaration calls across exercises

This commit is contained in:
Michael Frank
2021-04-29 21:33:30 +12:00
parent c1b27dc68e
commit 791a579823
6 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ const fibonacci = function() {
}
module.exports = fibonacci
module.exports = fibonacci;