Oops 2
Oops 2
3. Constructor Functions:
Learn how to create objects using constructor functions and how to add
properties and methods to them.
4. Prototypes:
5. ES6 Classes:
Class – introduce you to the ES6 class syntax and how to declare a
class.
OOPS IN JAVASCRIPT 1
Class constructor , Class Members (Instance methods & Instance properties)
Getters and Setters – define the getters and setters for a class using the
get and set keywords.
Computed Properties
Private Fields
Private Methods
instanceof Operator
Learn about the super keyword and how to use it to call methods on the
superclass.
Mixin patterns
OOPS IN JAVASCRIPT 2
OOPS IN JAVASCRIPT 3