About 2,690,000 results
Open links in new tab
  1. Array.prototype.reduce() - JavaScript | MDN - MDN Web Docs

    Mar 13, 2025 · The reduce() method of Array instances executes a user-supplied "reducer" callback function on each element of the array, in order, passing in the return value from the …

  2. JavaScript Array reduce() Method - W3Schools

    The reduce() method executes a reducer function for array element. The reduce() method returns a single value: the function's accumulated result. The reduce() method does not execute the …

  3. REDUCE Definition & Meaning - Merriam-Webster

    The meaning of REDUCE is to draw together or cause to converge : consolidate. How to use reduce in a sentence. Synonym Discussion of Reduce.

  4. How to Use JavaScript's Array reduce() Method – Explained ...

    Nov 29, 2023 · The reduce() method got its name from the functionality it provides, which is to iterate and “reduce” an array's values into one value. The easiest way to understand how the …

  5. REDUCE | English meaning - Cambridge Dictionary

    REDUCE definition: 1. to become or to make something become smaller in size, amount, degree, importance, etc.: 2. to…. Learn more.

  6. JavaScript Array reduce () Method - GeeksforGeeks

    Nov 19, 2024 · The JavaScript Array.reduce() method iterates over an array, applying a reducer function to each element, accumulating a single output value. It takes an initial value and …

  7. Javascript Array reduce() - Programiz

    reduce() executes the given function for each value from left to right. reduce() does not change the original array. It is almost always safer to provide initialValue.

  8. reduce | meaning of reduce in Longman Dictionary of ...

    reduce meaning, definition, what is reduce: to make something smaller or less in siz...: Learn more.

  9. REDUCE definition and meaning | Collins English Dictionary

    If you reduce something, you make it smaller in size or amount, or less in degree. It reduces the risks of heart disease. [VERB noun] Consumption is being reduced by 25 per cent. [VERB …

  10. REDUCE Definition & Meaning | Dictionary.com

    Reduce definition: to bring down to a smaller extent, size, amount, number, etc... See examples of REDUCE used in a sentence.

  11. Some results have been removed