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
5b9eae2b4f Fix findLast docs code 2018-05-11 16:18:35 +04:00
e11a24456c Fix findLast snippet docs 2018-05-11 16:10:15 +04:00
6e605673f0 Add findLastIndex, update findLast 2018-01-24 13:02:07 +02:00
fd7cfcece8 Travis build: 1187 2018-01-11 11:53:19 +00:00
a7506d6d0e Add findLast 2018-01-11 13:51:58 +02:00