5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
"use strict";
|
|
arr.map(function(x) {
|
|
return x * MULTIPLIER;
|
|
});
|