DEV Community

Discussion on: Find an item in an array with the new 'findIndex' method ๐Ÿ”Ž

Collapse
 
icyjoseph profile image
Joseph

Might be better to just post the MDN link.

Also calling this new in 2020, is a stretch. It has been available since Chrome 42 (we are in 85 at the moment I write this), and was officially introduced to the standard in ES2015 (popularly known as ES6).

You could've said that similarly to arrow functions, includes, and a bunch of other array methods, this is not available on IE11.