2014-11-09 18:21:42 +11:00

6 lines
67 B
Plaintext

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