2014-10-01 11:02:30 +10:00

7 lines
94 B
JavaScript

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