Object Oriented Programming using JavaScript

A guide to becoming a pro on Object Oriented Programming in JS

This course will enable you to gain a comprehensive understanding of Object-Oriented Programming (OOP) through the perspective of JavaScript in the most straightforward manner possible. You’ll be taken through the course step-by-step, and by the end, you’ll have a strong grasp on key OOP principles. Understanding these concepts will help you construct efficient, well-structured code that’s easy to manage and debug. This knowledge isn’t just fundamental, it’s essential for progressing as a JavaScript developer. So, are you ready to upskill and tackle Object-Oriented Programming in JavaScript head on? Let’s get started!

What you’ll learn

  • Inheritance.
  • Prototype.
  • Abstraction.
  • Objects.
  • ES6 Class.
  • Mixins.
  • Javascript.

Course Content

  • Introduction –> 2 lectures • 4min.
  • Setup –> 3 lectures • 8min.
  • Creating Objects –> 9 lectures • 47min.
  • Prototype –> 12 lectures • 41min.
  • Prototypical Inheritance –> 9 lectures • 35min.
  • ES6 Class –> 10 lectures • 33min.
  • Thank you –> 1 lecture • 1min.

Auto Draft

Requirements

This course will enable you to gain a comprehensive understanding of Object-Oriented Programming (OOP) through the perspective of JavaScript in the most straightforward manner possible. You’ll be taken through the course step-by-step, and by the end, you’ll have a strong grasp on key OOP principles. Understanding these concepts will help you construct efficient, well-structured code that’s easy to manage and debug. This knowledge isn’t just fundamental, it’s essential for progressing as a JavaScript developer. So, are you ready to upskill and tackle Object-Oriented Programming in JavaScript head on? Let’s get started!

 

Your learning journey will start with the creation of objects in JavaScript. This will include understanding how to access, add, and delete properties from an object. You’ll also learn how to efficiently use the ‘get’ and ‘set’ keywords. As we proceed, you’ll be introduced to object enumeration and the various applications of the dot (‘.’) and square brackets (‘\[\]’) notations.

 

As the course progresses, we’ll further delve into the principles of Prototype and Prototype Inheritance. This will provide you with insights about the challenges in JavaScript and how to solve them effectively. You’ll learn about memory saving techniques, method enhancements for prototypes, and the importance of getOwnPropertyDescriptors and defineProperty.

 

Towards the end of the course, we’ll explore ES6 Classes in depth. Features like function hoisting, instance methods, static methods, and inheritance will be covered thoroughly. We’ll also explain the concept of Method Overriding, Abstraction, and the Prototype in ES6 classes.

Get Tutorial