Prototypal Inheritance in Javascript __proto__ [[Prototype]] prototype by Frontend Master #frontend

preview_player
Показать описание
🔴 1 Month Live HTML To React Course:

LinkedIN

Book your live session from here

How a object is created
what is constructor in javascript
how to master javascript
__proto__
[[Prototype]]
what is protypical inheritance
polyfill of new
how new keyword works in javascript

Content:

00:00:00 Agenda
00:03:50 How a Star is Born
00:07:00 Is Everything in jS is an object?
00:09:30 Birth of an object
00:19:40 __proto__
00:22:00 Object creation Process
00:37:30 Exercise
00:53:40 Prototypal Inheritance
01:14:24 new Keyword polyfill
01:22:00 Example of Object Inheritance
01:32:00 Classical Inheritance vs Prototypal Inheritance
01:36:00 are classes syntactic sugar?

#javascript #reactjs #frontend #webdevelopment #nodejs
Рекомендации по теме
Комментарии
Автор

I have to watch this video multiple times but with the knowledge u have provided here, all other creators like Hitesh Choudhary, Aakash saini looks like kindergarten children 😮🙏👍

sumanthprabhu
Автор

This byfar is the most clear explanation of prototypal inheritance in JS. Thank you so much!

nikhiljadhav
Автор

What a lecture...i have not seen video in this much depth...thank you so much for videos...☺️

RohitPatil-re
Автор

Thnaks
too depp knowledge hard to digest in 1 go
and with simple hindi easy to understand
Big thanks 🙏🙏

examples are also generic "link" karna aasan bana diya
👍

mohitpardhi
Автор

i think i should watch it 2 or more time to get it into my brain . i'm not telling the teaching bad it's excellent and thank you for making this deep video. i'm just thinking that how did javascript creator made this just mind 🤧🤯

pavankulal
Автор

In JavaScript, the __proto__ property is also known as the Dunder Proto, Good video on prototypes,

harmanmax
Автор

Please create a deep video on event loop, execution context, hosting ❤❤❤❤❤❤

smsaikat
Автор

Bht deep tha samaj gaya prototype pura. Ty❤❤

rakeshroy
Автор

Great Explanation.Could you please provide the excali draw notes link ?

AbhishekKumar-zxps
Автор

1:23:25 Aisa friend milna real life mein mushil hi nahi, na mumkin hain 😢

sumanthprabhu
Автор

01:21:24 sir instead of set the prototype & prototype's constuctor twice, can we simply use here something like this - function myNew(callback, ...args) {
const obj = new Object();
Object.setPrototypeOf(obj, callback.prototype);
const result = callback.apply(obj, args);
return result ? result : obj;
}

RishuPuri
Автор

Ager muje ye channel pahle mil jata mere 3000 rupe bach jate

shyamlalbhardwaj
Автор

JavaScript in depth mein 3 videos missing hain, kaha milenge

yogidunique
visit shbcf.ru