About 6,440,000 results
Open links in new tab
  1. Array.prototype.filter () - JavaScript | MDN

    Jul 10, 2025 · The filter() method of Array instances creates a shallow copy of a portion of a given array, filtered down to just the elements from the given array that pass the test implemented by …

  2. FILTER function - Microsoft Support

    How to use the FILTER function in Excel to filter a range of data based on criteria you define.

  3. FILTER Definition & Meaning - Merriam-Webster

    The meaning of FILTER is a porous article or mass (as of paper or sand) through which a gas or liquid is passed to separate out matter in suspension. How to use filter in a sentence.

  4. JavaScript Array filter () Method - W3Schools

    The filter() method creates a new array filled with elements that pass a test provided by a function. The filter() method does not execute the function for empty elements.

  5. Excel FILTER function | Exceljet

    Jun 4, 2025 · If source data or criteria change, FILTER will return a new set of results. This makes FILTER a flexible way to isolate and inspect data without altering the original dataset.

  6. Filter - Wikipedia

    Filter, filtering, filters or filtration may also refer to: Filter paper, a semi-permeable paper barrier placed perpendicular to a liquid or air flow. It is used to separate fine solids from liquids or air. …

  7. FILTER function in Excel (How to + 8 Examples)

    Jan 27, 2023 · This post shows how to use and master the FILTER function in Excel. FILTER is a power dynamic array function which you need to know.

  8. FILTER | definition in the Cambridge English Dictionary

    Adding a filter is a way to make what came out of an inaccurate image sensor feel more true to that moment. If the filter is dirty, the airflow is restricted. Processed hulls are also used as gas …

  9. How the JavaScript Filter Method Works – Explained with Code …

    Feb 15, 2024 · The filter method in JavaScript provides a concise and efficient way to selectively extract elements from arrays based on specified conditions. Understanding its syntax, …

  10. JavaScript Array filter () Method

    This tutorial shows you how to use the JavaScript array filter () method to filter elements in an array based on a specified condition.