Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.

Learn JavaScript INHERITANCE in 7 minutes! 🐇
1 year ago
28
Automotive
Education
Programming
Coding
Software Development
Web Development
Mobile App Development
Computer Science
Coding Tutorial
Code Learning
Programming Language
// inheritance = allows a new class to inherit properties and methods
// from an existing class. Helps with code reusability
class Animal{
alive = true;
eat(){
console.log(`This ${this.name} is eating`);
}
sleep(){
console.log(`This ${this.name} is sleeping`);
}
}
class Rabbit extends Animal{
name = "rabbit";
run(){
console.log(`This ${this.name} is running`);
}
}
class Fish extends Animal{
name = "fish";
swim(){
console.log(`This ${this.name} is swimming`);
}
}
class Hawk extends Animal{
name = "hawk";
fly(){
console.log(`This ${this.name} is flying`);
}
}
const rabbit = new Rabbit();
const fish = new Fish();
const hawk = new Hawk();
console.log(rabbit.alive);
rabbit.eat();
rabbit.sleep();
rabbit.run();
Loading comments...
-
LIVE
Steven Crowder
3 hours ago🔴 Is the Sig Sauer P320 Killing People & Trump Wins the Trade War: Guest Brandon Herrera
21,862 watching -
LIVE
The Rubin Report
1 hour agoWhy I’m Taking a Break
2,146 watching -
LIVE
The Mel K Show
1 hour agoMORNINGS WITH MEL K -Truth Tsunami Alert: Panic in DC! 7-31-25
937 watching -
DVR
Benny Johnson
2 hours ago🚨CIA Whistleblower SPEAKS! Tulsi Gabbard Joins LIVE to Expose New Obama-Gate BOMBSHELL: 'Burn Bags'
57K30 -
LIVE
The Shannon Joy Show
2 hours ago🔥🔥Trump To Pardon Sean ‘Diddy’ Combs? Live Exclusive with Child Sex Trafficking Expert & Advocate Dani Pinter! 🔥🔥
189 watching -
LIVE
Trumpet Daily
51 minutes agoTrumpet Daily LIVE - July 31, 2025
450 watching -
LIVE
LFA TV
14 hours agoLFA TV ALL DAY STREAM - THURSDAY 7/31/25
4,536 watching -
LIVE
JuicyJohns
4 hours ago $1.57 earned🟢#1 REBIRTH PLAYER 10.2+ KD🟢$500 GIVEAWAY SATURDAY!
125 watching -
43:09
VINCE
3 hours agoSPECIAL: "Obamagate" DEEP-DIVE with Gen. Mike Flynn, Mike Benz and Paul Sperry
107K85 -
The Big Mig™
4 hours agoFBI Burn Bags, Hidden SCIF’s & Truth About Mar-A-Lago Raid
13.6K12