JavaScript Class, Inheritance, Override in ES6

ES6, also known as ECMAScript2015, introduced classes. Notice that classes are used in order to use inheritance. This sample code is written in different concepts you should read the following posts as well. Presumably this demo looks more friendly to you đŸ™‚ actually I think so. But don't forget that no magic here still, this … Continue reading JavaScript Class, Inheritance, Override in ES6