About 119,000 results
Open links in new tab
  1. REDUCE Definition & Meaning - Merriam-Webster

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

  2. Array.prototype.reduce () - JavaScript | MDN - MDN Web Docs

    Jul 20, 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 calculation on …

  3. 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.

  4. Reduce® | Water bottles, tumblers and coffee mugs to love and reuse

    Discover stylish, functional drinkware for all ages, from wine tumblers to kids' bottles, designed to fit seamlessly into your lifestyle.

  5. Resize Images Online - Resize JPG, BMP, GIF, PNG images

    Resize JPG, PNG, GIF or BMP images online. Reduce image size to share it with friends or upload it to your social networks or websites.

  6. Reduce (computer algebra system) - Wikipedia

    REDUCE is a general-purpose computer algebra system originally geared towards applications in physics. The development of REDUCE was started in 1963 by Anthony C. Hearn; since then, many …

  7. REDUCE | definition in the Cambridge English Dictionary

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

  8. REDUCE definition and meaning | Collins English Dictionary

    15 meanings: 1. to make or become smaller in size, number, extent, degree, intensity, etc 2. to bring into a certain state,.... Click for more definitions.

  9. Array.prototype.reduce () - JavaScript - MDN

    reduce() 方法对数组中的每个元素按序执行一个提供的 reducer 函数,每一次运行 reducer 会将先前元素的计算结果作为参数传入,最后将其结果汇总为单个返回值。

  10. How to Use JavaScript's Array reduce() Method – Explained with …

    Nov 29, 2023 · But when using the reduce() method, you can use the const keyword because we only assign a value to the totalPrice once. And that’s basically how the reduce() method works. It iterates …