13

I finally actually used a map reduce in code. Time to apply to Google!

Comments
  • 3
    Google doesn't use MapReduce much anymore
  • 2
    So why this statement true ?

    [‘x’, 1, [2]].reduce((v, vx) => v+vx, 0) == 18
Add Comment