2018-01-09 15:36:42 +01:00

9 lines
90 B
JavaScript

class X {
constructor() {
this.a = 2;
this.b = '3';
this.c = void 0;
}
}