Commit Graph

12 Commits

Author SHA1 Message Date
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
a1daf2e695 Update reducedFilter.md 2018-01-01 17:05:25 +02:00
8b397fc019 Update reducedFilter.md 2018-01-02 02:04:10 +11:00
c5b456e097 minor changes in info description 2017-12-23 17:25:08 +02:00
d987d6f4d5 Explained with more details methods and techniques that are used, usage example with inline input and output data, modified snippet code to be compliant with guidelines 2017-12-23 16:57:49 +02:00
439c5fa6c6 unordered 2017-12-22 10:39:43 +02:00
cf1eabef94 ordered 2017-12-22 10:39:12 +02:00
7a0d268f41 minor url 2017-12-22 10:38:02 +02:00
7ee671490f minor 2017-12-22 10:37:41 +02:00
55be06b522 unorderd 2017-12-22 10:37:03 +02:00
dde5981f11 github markup 2017-12-22 10:29:48 +02:00
69ec3c3fe7 added reducedFilter snippet 2017-12-22 09:37:36 +02:00