JavaScript Prototype and Inheritance

preview_player
Показать описание
JavaScript is a prototype-based language, which means that inheritance works by using something called as prototypes. Each and every JavaScript object has a prototype property which makes inheritance possible in JavaScript.

In this lecture, you will learn following topics:
* What is Prototype?
* What is inheritance?
* How to provide inheritance using prototype?
Рекомендации по теме
Комментарии
Автор

Bro! i cant imagine how much hundreds of times you used the words " This, these", which you really can avoid overwhelmingly repeating them. i couldn't focus, only hearing "this".

AliBorsan