2014-10-18 15:42:36 +11:00

5 lines
65 B
Plaintext

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