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

Learn JavaScript CLASSES in 6 minutes! 🏭
1 year ago
27
Automotive
Education
Programming
Coding
Software Development
Web Development
Mobile App Development
Computer Science
Coding Tutorial
Code Learning
Programming Language
// class = (ES6 feature) provides a more structured and cleaner way to
// work with objects compared to traditional constructor functions
// ex. static keyword, encapsulation, inheritance
class Product{
constructor(name, price){
this.name = name;
this.price = price;
}
displayProduct(){
console.log(`Product: ${this.name}`);
console.log(`Price: $${this.price.toFixed(2)}`);
}
calculateTotal(salesTax){
return this.price + (this.price * salesTax);
}
}
const salesTax = 0.05;
const product1 = new Product("Shirt", 19.99);
const product2 = new Product("Pants", 22.50);
const product3 = new Product("Underwear", 100.00);
product1.displayProduct();
const total = product1.calculateTotal(salesTax);
console.log(`Total price (with tax): $${total.toFixed(2)}`);
Loading comments...
-
23:07
DeVory Darkins
5 hours ago $8.75 earnedDemocrats EMBARRASSED after No Kings Protest officially FLOPS
12.3K120 -
2:45:26
Barry Cunningham
5 hours agoV.P.J.D. VANCE AND SEC OF WAR PETE HEGSETH GIVE REMARKS AT U.S. MARINES 250TH ANNIVERSARY
104K13 -
LIVE
Tundra Tactical
6 hours ago $7.01 earned🛑{LIVE NOW!!} The Great Tundra Nation Gun Show!!!! Presented By MGS Trade School
720 watching -
4:35:07
Right Side Broadcasting Network
4 days agoLIVE: VP Vance Attends the U.S. Marine Corps 250th Anniversary Celebration - 10/18/25
56.8K41 -
LIVE
Mally_Mouse
22 hours ago🔥🍺Spicy HYDRATE Saturday!🍺🔥-- Let's Play: Prison Life 2
102 watching -
2:57:52
Pepkilla
4 hours agoBattlefield 6 SMG Camo Grind
7.36K1 -
14:22
Exploring With Nug
11 hours ago $4.29 earnedThe River Exposed a Secret That No One Was Supposed to See!
41.4K4 -
23:23
MYLUNCHBREAK CHANNEL PAGE
12 hours agoThe Sunken Basilica
86.1K10 -
8:05
Hollywood Exposed
3 hours agoCharlie Sheen STUNS Tucker Carlson With His Shocking Political Confession
8.77K24 -
LIVE
SavageJayGatsby
3 hours ago🔥 Spicy Saturday – Let's Play: Prison Life 2🔥
75 watching