2014-10-11 22:42:31 +11:00

4 lines
51 B
JavaScript

arr.map(function(x) {
return x * MULTIPLIER;
});