There was an error while loading. Please reload this page.
1 parent 0ad515a commit 8ffe9ceCopy full SHA for 8ffe9ce
DIRECTORY.md
@@ -86,6 +86,8 @@
86
87
## Maths
88
* [Abs](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js)
89
+ * [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js)
90
+ * [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.test.js)
91
* [AverageMean](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js)
92
* [digitSum](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/digitSum.js)
93
* [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js)
0 commit comments