When should you actually use ES6 classes?
I’ve tried searching Hashnode, all I am finding are discussions whether or not to use ES6 classes, or what they are?
What are the actual benefits that I forego if I choose not to use the “class” syntactic sugar, and settle with ES5 classes?