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
26
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...
-
13:13
Mrgunsngear
15 hours ago $1.49 earnedStreamlight TLR-1 HP Review: Can It Dethrone Surefire?
8.59K8 -
6:53
Rena Malik, M.D.
1 day ago $0.87 earnedWhy Antidepressants Wreak Havoc on Your Sex Life?! | Urologist Explains How to Boost your Libido
11K4 -
1:00:00
BEK TV
2 days agoMIKE MOTSCHENBACHER ON NORTH DAKOTA POLITICS, TEA PARTY ROOTS, AND THE 2026 ELECTION
9.6K -
15:31
Breaking Points
1 day agoIs Trump Planning VENEZUELA Regime Change?
33.1K21 -
2:06:05
"What Is Money?" Show
2 days agoTrump Family Bitcoin Bet Will Trigger Nation-State FOMO w/ Matt Prusak (CEO American Bitcoin)
13.4K -
1:04:36
Dialogue works
3 days ago $4.50 earnedMohammad Marandi: Iran Just Gave Israel a FINAL Warning…
23.4K6 -
9:20
daniellesmithab
1 day ago3 Bad Laws
23.3K8 -
9:22
MattMorseTV
19 hours ago $11.63 earnedINDIA just made a BIG MISTAKE.
65.1K60 -
12:11
Nikko Ortiz
18 hours agoCrashout 6 Rumble
17.5K3 -
22:35
GritsGG
18 hours agoThe KILO is BACK! The Best AR on Warzone FRIES!
25.7K1