Sandip Salunke

Sandip Salunke

I am an IT Professional with 8 Yrs of experience, skills and enormous interest in Software Architecture and Development.

JavaScript Class

Class Class is an object oriented programming concept, in JavaScript it’s similar to a function. Classes are just a special functions added to the ES6. But they give you more power and flexibility by assigning properties to them. Constructor A…