2014-10-11 22:33:08 +11:00

7 lines
94 B
JavaScript

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