Commit Graph

8 Commits

Author SHA1 Message Date
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
30eb6072c3 Changing instances of the word falsey to falsy for consistency sake, and especially as there is the array FilterFalsy function that is spelled without an e. 2019-07-04 14:41:14 -05:00
8ee50178f3 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
2e122516cd Fix findLast docs code 2018-05-11 16:18:35 +04:00
656b0492d6 Fix findLast snippet docs 2018-05-11 16:10:15 +04:00
85cbc34bc4 Add findLastIndex, update findLast 2018-01-24 13:02:07 +02:00
1adec8ce3f Travis build: 1187 2018-01-11 11:53:19 +00:00
e4b1e2714d Add findLast 2018-01-11 13:51:58 +02:00