Back to Browse

Inheritance from classes - Basic JavaScript Fast (26) | extends, instanceof

708 views
Premiered May 7, 2022
18:21

Let's see how to create a child class from the parent class in JavaScript, using the "extends" keyword. We can add new property-value pairs in the child class. Then we can check whether an object belongs to a certain class or not. We can check the prototype of the child class using the web developer tools of a web browser. Finally, we learn how to override the constructor and methods inherited from the parent class. 1:11 - extends 9:41 - instanceof 8:14 - Prototype of child classes 11:58 - override the constructor and methods inherited from the parent class Playlist of my JavaScript course https://www.youtube.com/playlist?list=PLtQo0sxRN7JJQzQV_p_9RKy1eXVEmUIRl Playlist of my HTML5 and CSS3 tutorials https://www.youtube.com/playlist?list=PLtQo0sxRN7JIENxPo4cVWN8wbOjQZE3MX Playlist of my algorithm walkthrough https://www.youtube.com/playlist?list=PLtQo0sxRN7JLcH6q-PeqLz6ZtnYpDa4ul Playlist of my Java course https://www.youtube.com/playlist?list=PLtQo0sxRN7JLr647f8RTzS58u8Rv5jxT5 Playlist of my Java examples https://www.youtube.com/playlist?list=PLtQo0sxRN7JKKla3_GAF05dySjyy3nINa #javascripttutorial #javascriptfullcourse #begincodingfast #javascript #extends #instanceof

Download

1 formats

Video Formats

360pmp426.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Inheritance from classes - Basic JavaScript Fast (26) | extends, instanceof | NatokHD