Sebastian McKenzie d184bc93b9 add playground
2014-11-25 23:50:50 +11:00

6 lines
62 B
JavaScript

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