History of Array.prototype.findIndex() Revision history for: English (US) Jul 29, 2016, 2:23:55 AM BendingBender adds strict mode to prevent getting window obj in 'this' reference when called as function Previous Jul 29, 2016, 1:09:11 AM BendingBender changed incorrect check `===null` to `==null` to test for `null` *and* `undefined` (even the error that is being thrown by this code states that it is a check for null and undefined) Previous Jul 19, 2016, 10:48:15 AM eduardoboucas Add "Return value" section as per Bug 1287421 Previous Jul 15, 2016, 6:54:08 AM Kikketer Previous Jun 23, 2016, 6:47:57 AM tjcrowder Previous Dec 25, 2015, 8:58:45 AM fscholz Remove {{harmony}}; remove "Experimental" tag; add link to ES draft spec Previous Sep 1, 2015, 11:30:43 AM jpmedley Previous Aug 5, 2015, 9:28:37 AM nacho4d Fixes lint warning due to == comparison instead of ===. Array.prototype.find document was already fixed in the same way by someone else Previous Jul 1, 2015, 5:13:56 PM fscholz fix compat parsing error; cleanup Previous Jan 27, 2015, 3:41:19 AM javierbeaumont Typo in the method name