8 lines
128 B
JavaScript

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