6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
"use strict";
|
|
|
|
var Test = function Test() {
|
|
arr.map(x => x * x);
|
|
};
|