We should maybe switch from old javascript to new javascript. See http://es6-features.org/. - [x] var -> let - [x] old class definition -> new class definition http://es6-features.org/#ClassDefinition
We should maybe switch from old javascript to new javascript. See http://es6-features.org/.