Commit Graph

6 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
573e2e07d2 Travis build: 1415 2018-01-25 11:43:21 +00:00
9a9a7f39d2 Update reduceWhich.md 2018-01-25 13:40:37 +02:00
58bd1dc9cd Fix some issues 2018-01-25 18:33:16 +08:00
69dacf330b Fix incorrect test case 2018-01-25 10:31:20 +08:00
53cbef1870 Rename original name to reduceWhich 2018-01-25 10:31:20 +08:00