In many places the features from ES5 and ES6 are mixed: - const and var are used instead of const+let - strings with parameters are created via concatenation instead of ES6 template strings All this stuff make code reading painful.
In many places the features from ES5 and ES6 are mixed:
All this stuff make code reading painful.