About 465,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. 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() …

  3. Find your phone - Google Account

    Lost your phone? Try some simple steps, like showing the location or locking the screen, to help you secure it.

  4. Find Devices - Apple iCloud

    Find your Apple devices like iPhone, Apple Watch, AirPods and more with Find My. Play sound, activate Lost Mode, or locate devices from your Family Sharing group.

  5. .find () - jQuery API Documentation

    Given a jQuery object that represents a set of DOM elements, the .find() method allows us to search through the descendants of these elements in the DOM tree and construct a new jQuery object from …

  6. JavaScript Array find () Method - W3Schools

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

  7. How to Use the find Command in Linux - How-To Geek

    Sep 11, 2023 · The Linux find command is a powerful tool for searching for files and directories with various criteria, such as file types or ownership. By using the find command with xargs, you can pass …

  8. find (1) — Linux manual page - man7.org

    Otherwise, it will be taken from the properties of the file the link points to. If find cannot follow the link (for example because it has insufficient privileges or the link points to a nonexistent file) the properties of …

  9. iCloud - Find My - Apple

    Share your lost item’s location. If you lose an item, you can temporarily share the location of your AirTag or Find My network accessory with others to help you find it — including more than 50 airlines, like …

  10. Window: find () method - Web APIs | MDN

    Jun 19, 2025 · However, they can be a suitable alternative in specific cases where no standard option exists. Note: Support for Window.find() might change in future versions of Gecko. See Firefox bug …