2014-11-04 08:05:09 +11:00

8 lines
92 B
JavaScript

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