[1, 2, 3, 4, 5].map(function(v) { return v * v; });