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

8 lines
92 B
JavaScript

class Test {
constructor() {
arr.map(function (x) {
return x * x;
});
}
}