List of JavaScript methods which you can use natively + ESLint Plugin
翻译 - 可以原生使用的JavaScript方法列表+ ESLint插件
Create enumerable functions(map, filter, some, every, reduce, reduceRight).
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Asynchronous Array.reduceRight()
JS REDUCE / REDUCERIGHT
Algorithmic accumulator that walks arrays right (reduceRight) while handling conditions without mutations to variables, no loops, and zero non deterministic code design patterns.