Mathias Bynens
f2e5e26af3
Avoid confusing prototype methods for static methods
...
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)
This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
Siarhei
044e8bfe59
Simplify average
2018-08-08 14:23:35 +04:00
Rohit Tanwar
c50889b045
Update average.md
2018-01-27 10:38:26 +05:30
Angelos Chalaris
931e9c689f
Archive, multitagging, cleanup
...
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00
atomiks
00318375c5
Fix average when passing an array as an argument
2017-12-30 01:41:32 +11:00
Rohit Tanwar
6bccc94364
make min max average and sum snippets
2017-12-29 16:59:49 +05:30