The Hidden Secret of JavaScript Classes - Ditching the `class` Keyword!
JavaScript classes have been widely used since they were introduced in ES6. They provide a cleaner and more concise way to generate object constructors.
However, did you know that you can create and use JavaScript classes without even using the class...
getsmartwebsite.hashnode.dev3 min read