Sebastian McKenzie 02b43a7bcb add api tests
2014-09-29 01:02:39 +10:00

6 lines
62 B
JavaScript

class Test {
constructor() {
arr.map(x => x * x);
}
}