Object Oriented Programming in Javascript
You need to declare the class before use. no need to use var, let or const for properties and no need to use function keyword for method you can use #properties/method to make properties/method private i.e encapsulation child classs mai private class ki properties access nhi kar sakte … static method/properties to instance(object) kai uper … Read more