Blog posts tagged "reduce"
-
Array.prototype.reduce and the optional initial value
Today I learned about the subtlety of the optional initialValue parameter for the Array prototype's reduce method in JavaScript.
-
Breathing through the reduction meditation
In this post I look even more closely at a simple Clojure implementation of a reduce function.
-
A meditation on reduction
Looking at a version of the reduce function written in Clojure, from Do Things: a Clojure Crash Course.
See all tags.