Skip to content

Commit 7dcc16c

Browse files
author
augenao
committed
Extra Resources added
1 parent 74f358a commit 7dcc16c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,8 @@ var maxProduct = greatestProduct(matrix);
398398
console.log(maxProduct);
399399
// => 57,148,146
400400
```
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

Comments
 (0)