{"json_modified": "2015-04-17T02:52:21.695773", "slug": "Web/JavaScript/Reference/Global_Objects/Array/ReduceRight", "tags": [], "locale": "zh-CN", "title": "Array.prototype.reduceRight()", "translations": [{"title": "Array.prototype.reduceRight()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/reduceRight", "tags": ["ECMAScript5", "Array", "JavaScript 1.8", "Array methods", "JavaScript"], "summary": "\u96a3\u308a\u5408\u3046 2 \u3064\u306e\u914d\u5217\u8981\u7d20\u306b\u5bfe\u3057\u3066\uff08\u53f3\u304b\u3089\u304b\u3089\u5de6\u3078\uff09\u540c\u6642\u306b\u95a2\u6570\u3092\u9069\u7528\u3057\u3001\u5358\u4e00\u306e\u5024\u306b\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-12T11:35:48", "review_tags": []}, {"title": "Array.prototype.reduceRight()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight", "tags": ["ECMAScript5", "JavaScript 1.8", "polyfill", "Array", "prototype", "JavaScript", "Method"], "summary": "The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) has to reduce it to a single value.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-03-04T12:21:09", "review_tags": []}, {"title": "Array.prototype.reduceRight()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/reduceRight", "tags": ["ECMAScript5", "JavaScript 1.8", "Array", "prototype", "JavaScript", "Method"], "summary": "Aplica una funci\u00f3n simult\u00e1neamente contra un acumulador y cada elemento\u00a0de un array (de derecha a izquierda) para reducirlo a un \u00fanico valor.", "localization_tags": [], "locale": "es", "last_edit": "2015-02-11T14:02:44", "review_tags": ["technical"]}, {"title": "Array.prototype.reduceRight()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/reduceRight", "tags": ["ECMAScript5", "polyfill", "Reference", "JavaScript 1.8", "R\u00e9f\u00e9rence", "Array", "prototype", "JavaScript", "Method"], "summary": "La m\u00e9thode reduceRight() applique une fonction sur un accumulateur et chaque valeur d'un tableau (de la droite vers la gauche) de sorte \u00e0 r\u00e9duire le tableau en une seule valeur.", "localization_tags": [], "locale": "fr", "last_edit": "2015-03-05T04:44:13", "review_tags": []}, {"title": "Array.prototype.reduceRight()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/reduceRight", "tags": ["ECMAScript5", "polyfill", "Reference", "JavaScript 1.8", "R\u00e9f\u00e9rence", "Array", "prototype", "JavaScript", "Method"], "summary": "\u041c\u0435\u0442\u043e\u0434 reduceRight() \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u044e \u043a \u0430\u043a\u043a\u0443\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0443 \u0438 \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e \u043c\u0430\u0441\u0441\u0438\u0432\u0430 (\u0441\u043f\u0440\u0430\u0432\u0430-\u043d\u0430\u043b\u0435\u0432\u043e), \u0441\u0432\u043e\u0434\u044f \u0435\u0433\u043e \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e.", "localization_tags": [], "locale": "ru", "last_edit": "2015-01-26T22:28:32", "review_tags": []}], "modified": "2015-04-17T02:52:19", "label": "Array.prototype.reduceRight()", "localization_tags": ["inprogress"], "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight", "last_edit": "2015-04-17T02:52:15", "summary": "reduceRight()\u00a0\u65b9\u6cd5\u63a5\u53d7\u4e00\u4e2a\u51fd\u6570\u4f5c\u4e3a\u7d2f\u52a0\u5668\uff08accumulator\uff09\uff0c\u8ba9\u6bcf\u4e2a\u503c\uff08\u4ece\u53f3\u5230\u5de6\uff0c\u4ea6\u5373\u4ece\u5c3e\u5230\u5934\uff09\u7f29\u51cf\u4e3a\u4e00\u4e2a\u503c\u3002\uff08\u4e0e reduce() \u7684\u6267\u884c\u65b9\u5411\u76f8\u53cd\uff09", "sections": [{"id": "Quick_Links", "title": "JavaScript \u6807\u51c6\u5e93 Array \u5c5e\u6027 Array.prototype Array.length \u65b9\u6cd5 Array.from() Array.isArray() Array.observe() [Translate] Array.of() Array.prototype.concat() Array.prototype.copyWithin() Array.prototype.entries() Array.prototype.every() Array.prototype.fill() Array.prototype.filter() Array.prototype.find() Array.prototype.findIndex() Array.prototype.forEach() Array.prototype.includes() Array.prototype.indexOf() Array.prototype.join() Array.prototype.keys() Array.prototype.lastIndexOf() Array.prototype.map() Array.prototype.pop() Array.prototype.push() Array.prototype.reduce() Array.prototype.reduceRight() Array.prototype.reverse() Array.prototype.shift() Array.prototype.slice() Array.prototype.some() Array.prototype.sort() Array.prototype.splice() Array.prototype.toLocaleString() Array.prototype.toSource() Array.prototype.toString() Array.prototype.unshift() Array.prototype.values() [Translate] Array.prototype[@@iterator]() [Translate] \u7ee7\u627f Function \u5c5e\u6027 Function.arguments Function.arity caller Function.displayName [Translate] length name prototype \u65b9\u6cd5 Function.prototype.apply() bind call isGenerator Function.toSource Function.prototype.toString() Object \u5c5e\u6027 Object.prototype.__count__ [Translate] Object.prototype.__noSuchMethod__ [Translate] __parent__ __proto__ constructor \u65b9\u6cd5 Object.prototype.__defineGetter__() Object.prototype.__defineSetter__() Object.prototype.__lookupGetter__() Object.prototype.__lookupSetter__() [Translate] Object.prototype.hasOwnProperty() isPrototypeOf propertyIsEnumerable Object.prototype.toLocaleString() Object.toSource Object.prototype.toString() Object.prototype.unwatch() [Translate] Object.prototype.valueOf() watch"}, {"id": ".E6.A6.82.E8.BF.B0", "title": "\u6982\u8ff0"}, {"id": ".E8.AF.AD.E6.B3.95", "title": "\u8bed\u6cd5"}, {"id": ".E5.8F.82.E6.95.B0", "title": "\u53c2\u6570"}, {"id": ".E6.8F.8F.E8.BF.B0", "title": "\u63cf\u8ff0"}, {"id": ".E7.A4.BA.E4.BE.8B", "title": "\u793a\u4f8b"}, {"id": ".E4.BE.8B.E5.AD.90.EF.BC.9A.E6.B1.82.E4.B8.80.E4.B8.AA.E6.95.B0.E7.BB.84.E4.B8.AD.E6.89.80.E6.9C.89.E5.80.BC.E7.9A.84.E5.92.8C", "title": "\u4f8b\u5b50\uff1a\u6c42\u4e00\u4e2a\u6570\u7ec4\u4e2d\u6240\u6709\u503c\u7684\u548c"}, {"id": ".E4.BE.8B.E5.AD.90.EF.BC.9A.E6.89.81.E5.B9.B3.E5.8C.96.EF.BC.88flatten.EF.BC.89.E4.B8.80.E4.B8.AA.E5.85.83.E7.B4.A0.E4.B8.BA.E6.95.B0.E7.BB.84.E7.9A.84.E6.95.B0.E7.BB.84", "title": "\u4f8b\u5b50\uff1a\u6241\u5e73\u5316\uff08flatten\uff09\u4e00\u4e2a\u5143\u7d20\u4e3a\u6570\u7ec4\u7684\u6570\u7ec4"}, {"id": ".E5.85.BC.E5.AE.B9.E6.80.A7.E6.97.A7.E7.8E.AF.E5.A2.83.EF.BC.88Polyfill.EF.BC.89", "title": "\u517c\u5bb9\u6027\u65e7\u73af\u5883\uff08Polyfill\uff09"}, {"id": ".E8.A7.84.E8.8C.83", "title": "\u89c4\u8303"}, {"id": ".E6.B5.8F.E8.A7.88.E5.99.A8.E5.85.BC.E5.AE.B9.E6.80.A7", "title": "\u6d4f\u89c8\u5668\u517c\u5bb9\u6027"}, {"id": "See_also", "title": "\u76f8\u5173\u94fe\u63a5"}], "id": 116077, "review_tags": []}