7 lines
106 B
JavaScript

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