亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

reduce統計個數問題

reduce統計個數問題

開滿天機 2018-09-15 10:09:29
在nodeschool上看到這個問題function countWords(arr) {  return arr.reduce(function(countMap, word) {     countMap[word] = ++countMap[word] || 1 // increment or initialize to 1     return countMap   }, {}) // second argument to reduce initialises countMap to {}}module.exports = countWords傳入數據var inputWords = ['Apple', 'Banana', 'Apple', 'Durian', 'Durian', 'Durian']得到的結果{    //   Apple: 2,     //   Banana: 1,     //   Durian: 3     // }實現這個過程的js原理是什么
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 646 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號