Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles
Last updated on : 2023-03-20
Method of find comes back with the first item's value in an array based on result of testing function provided .
ECMAScript Language Specification # sec-array.prototype.find
// Arrow function find((element) => { /* ... */
} ) find((element, index) => { /* ... */
} ) find((element, index, array) => { /* ... */
} ) // Callback function find(callbackFn) find(callbackFn, thisArg) // Inline callback function find(function(element) { /* ... */
}) find(function(element, index) { /* ... */
}) find(function(element, index, array){ /* ... */
}) find(function(element, index, array) { /* ... */
}, thisArg)
array-find.js.func.html
Source:array-find.js.func.html
array-find.js.func-sort-c.html
Source:array-find.js.func-sort-c.html
array-find.html
Source:array-find.html
Browser Support For Safari on iOS Versions
Browser Support For Android Browser Versions
Browser Support For Chrome for Android Versions
Browser Support For Firefox for Android Versions
Browser Support For Samsung Internet Versions
Debug webpages on the go with LT Debug Chrome extension.
Add to ChromeTest your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for Array.prototype.find and many more web technologies that are a part of your website or web-application.
Last Modified date
2023-03-20
Data sourced from
Debug webpages on the go with LT Debug Chrome extension.
Add to ChromeHarness the power of Chromium-based engine to deliver responsive websites and web apps.
Try for freeGet 100 minutes of automation test minutes FREE!!