Exploring JavaScript - Objects, Classes & Prototype Chain

Learning Objects & Prototype will make your JS understanding stronger & will transition you to an advanced JS developer

Ratings 3.81 / 5.00
Exploring JavaScript - Objects, Classes & Prototype Chain

What You Will Learn!

  • In depth understanding of JavaScript's Object & Prototype system
  • How Object/Classes, Prototype, THIS keyword & NEW keyword work in JS
  • Learn in-depth about Prototype Chain
  • Visualise how Prototype Chain in JS connects to object and functions.
  • Understand in-depth about __proto__ & [[Prototype]]

Description

JavaScript is that language that you need to know to build applications that work across the platforms and knowing about the JS from the point of the language specification is really important.


In this course, we will cover the in-depth analysis and understanding of

  1. THIS keyword

  2. Binding that impacts the behavior of this keyword

  3. NEW keyword

  4. Arrow functions

  5. Classes

  6. Prototypes

  7. Prototypal Class

  8. Prototype Chain

  9. Prototype-based Inheritance

  10. Shadowing Prototypes

  11. Classical vs Prototype-based Inheritance

The object system is one of the strongest pillars of JavaScript, the other being the Scope system. The course goes in-depth to understand not only what these features are but also why certain features behave in such strange ways. The strangeness comes mostly from the fact that we all have learned different languages academically. And because the roots of the JS languages is derived from many other languages, it is interesting to see how certain things work differently(which makes them strange to us, hopefully not by the end of the course :) )


By the end of this course, you will be equipped with a solid understanding of how the object system works in JavaScript. It will lead you to master other advanced concepts quite easily. It will also improve your ability in writing solid JS code that is concise and clear in intent.


UPDATES:


12th September 2021 

5 New Lesson Added - Introduction to Prototype Chain

  1. These video sections are essential in understanding the underlying principles of the Prototype Chain

  2. Learn to visualize & create great mental model when using object & classes

  3. Deep understanding of difference & relationship between prototype, [[Prototype]] & __proto__

  4. Apply the learning from this keyword & new keyword to understand how prototype model works.


15th September 2021 

5 New Lesson Added - Advanced Prototype Chain & Function-Object Constructor

  1. [[Prototype]] & __proto__ - Part 1

  2. Object & Function Constructor - Part 2

  3. Connecting Object & Function Constructor - Part 1

  4. Connecting Object & Function Constructor - Part 2

  5. The Complete Picture of Prototype Chain


21st September 2021 —

1 New Lesson Added - __PROTO__ is not a Property, its a Function

  1. __PROTO__ is a Function

Who Should Attend!

  • JavaScript developers who want to build a solid understanding of JS Object, Classes & Prototypes
  • JavaScript developers who want to understand the ES6 class system and how behind the scene JavaScript creates it
  • Developers who have some idea about Prototype but want to understand what happens behind the scene

TAKE THIS COURSE

Tags

  • JavaScript

Subscribers

55

Lectures

24

TAKE THIS COURSE



Related Courses