mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
updating DIRECTORY.md
This commit is contained in:
@ -86,6 +86,8 @@
|
||||
|
||||
## Maths
|
||||
* [Abs](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js)
|
||||
* [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js)
|
||||
* [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.test.js)
|
||||
* [AverageMean](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js)
|
||||
* [digitSum](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/digitSum.js)
|
||||
* [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js)
|
||||
|
Reference in New Issue
Block a user