In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces es6 how to use reduce summation related knowledge, the content is detailed and easy to understand, the operation is simple and fast, has a certain reference value, I believe that after reading this es6 how to use reduce summation article will have a harvest, let's take a look at it.
In es6, the reduce () method can traverse the array, let the front and back items of the array do some kind of calculation, then return its value, and continue the calculation without changing the original array, returning the final result of the calculation for summation. The syntax is "arr.reduce (function (a sum=a+b; b) {sum=a+b;});".
This tutorial operating environment: windows10 system, ECMAScript version 6. 0, Dell G3 computer.
How to use reduce summation in es6
Reduce can traverse the array, let the front and back items of the array do some calculation, then return its value, and continue the calculation without changing the original array, returning the final result of the calculation; if no initial value is given, the traversal starts with the second term of the array.
The reduce () method takes a function as an accumulator, and each value in the array (from left to right) starts to shrink and eventually evaluates to a value.
Arr.reduce (function (pmaec) {sum=p+c;})
Examples are as follows:
Var arr = [1, 2, 3], sum= 0 position arr.reduce (function (pre,curr) {sum=pre+curr;return sum;}); console.log (sum)
Output result:
This is the end of the article on "how es6 uses reduce to sum". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how es6 uses reduce to sum". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.