DG9222basic-js-dg.hashnode.dev·Nov 20, 2024ES6 ClassBefore we start learn ES6 why we need ES6 class in Javascript. So let’s find it: Before ES6, JavaScript had no concept of classes. It’s use functions, for example: function Person(name) { this.name = name; } Person.prototype.getName = function (...Odoo OwlJavaScriptComments disabledThe comments have been disabled by the author for this article.