Upgrade to Pro — share decks privately, control downloads, hide ads and more …

反復処理に速さを求めて

 反復処理に速さを求めて

We Are JavaScripters @30thの登壇資料になります。

camcam_lemon

March 22, 2019
Tweet

More Decks by camcam_lemon

Other Decks in Programming

Transcript

  1. ざっと連ねると18通り - 基本構文: for, while, do-while - イテレーション: for...of, for...in

    - コレクション: Map(forEach), Set(forEach), Set(for...of) - Array.prototype: forEach, map, reduce - Library: ・jQuery: each ・underscore: each, map, reduce ・lodash: forEach, map, reduce 他Libraryを含めばもっともっとあるはず