Class syntax basics in JavaScript
Originally posted here!
A class in JavaScript is a way of creating objects, The class acts as a blueprint for making objects out of it.
Class syntax is a new ES6 addition to JavaScript.
Before the class syntax, we used to create objects using the co...
melvingeorge-me.hashnode.dev4 min read