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