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! 🏭
2 years ago
30
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...
-
1:01:55
VINCE
3 hours agoIs This Why They Were Hiding The Evidence? | Episode 192 - 12/19/25 VINCE
170K111 -
LIVE
Badlands Media
7 hours agoBadlands Daily: 12/19/25
3,370 watching -
14:45
Bearing
3 hours agoFROGAN Gets BODIED 💥 Caleb Hammer, Asmongold + the $20k Rejection 💰
10.7K11 -
1:10:23
Graham Allen
3 hours agoTensions ERUPT At AMFEST, Is Our Party Too Far Gone?
118K534 -
LIVE
Caleb Hammer
2 hours agoThis Has Never Happened Before | Financial Audit
269 watching -
LIVE
The Big Mig™
3 hours agoTrump Drops Bombshell: Weed Reclassified to Schedule III
2,687 watching -
23:17
The Car Edition Ltd
8 hours ago $0.69 earnedFord Fiesta 1.4 Titanium Full Overhaul | Suspension, Brakes, Tyres & Engine Repair - The Car Edition
12.4K -
LIVE
Wendy Bell Radio
7 hours agoHouston, We Have A Problem
5,898 watching -
1:06:37
Chad Prather
18 hours agoHearing God, Confronting Deception, and Walking in Spirit-Filled Authority
90.8K22 -
2:20:42
Game On!
20 hours ago $5.90 earnedNFL Week 16 BEST BETS Revealed NOW!
56K7