We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f358a commit 7dcc16cCopy full SHA for 7dcc16c
README.md
@@ -398,3 +398,8 @@ var maxProduct = greatestProduct(matrix);
398
console.log(maxProduct);
399
// => 57,148,146
400
```
401
+
402
+## Extra Resources
403
404
+- [Functions - Mozilla Developer Network](https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Functions)
405
+- [Arrays - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
0 commit comments