Chapter 10: Optimize Async samples

This commit is contained in:
Beth Griggs
2020-08-31 01:38:20 +01:00
parent 2e8f3240ec
commit 45b0a0c74e
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ function sumOfSquares(maxNumber) {
});
}
module.exports = sumOfSquares;
module.exports = sumOfSquares;