About 13,900,000 results
Open links in new tab
  1. Array.prototype.find () - JavaScript | MDN

    Jul 20, 2025 · The find() method of Array instances returns the first element in the provided array that satisfies the provided testing function. If no values satisfy the testing function, undefined is returned.

  2. Find Hub - Google

    Find, lock, erase or play a sound on any lost Android device. Locate your lost Android device and lock it until you get it back. Use Remote Lock to lock your device’s screen with just a phone...

  3. Python String find () Method - W3Schools

    Definition and Usage The find() method finds the first occurrence of the specified value. The find() method returns -1 if the value is not found. The find() method is almost the same as the index() …

  4. Python | Strings | .find() | Codecademy

    Jul 26, 2025 · What’s the difference between .find() and .index() methods? Both methods locate substrings, but .find() returns -1 when the substring is not found, while .index() raises a ValueError …

  5. JavaScript Array find () Method

    In this tutorial, you will learn how to use the JavaScript find () method to search for the first element in an array, which satisfies a test.

  6. Python String find () - Programiz

    In this tutorial, we will learn about the Python String find () method with the help of examples.

  7. find () in Python - String Methods with Examples

    Discover the Python's find () in context of String Methods. Explore examples and learn how to call the find () in your code.

  8. JavaScript Array find () Method - W3Schools

    Browser Support find() is an ECMAScript6 (ES6 2015) feature. JavaScript 2015 is supported in all browsers since June 2017:

  9. JavaScript | Arrays | .find () | Codecademy

    Jul 11, 2022 · The .find() method returns the first element in the array that satisfies the given function.

  10. FIND function - Microsoft Support

    FIND locates one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.