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...
-
LIVE
Major League Fishing
4 days agoLIVE! - Fishing Clash Team Series: Heritage Cup - Day 1
3,104 watching -
18:40
itsSeanDaniel
3 hours agoPiers Morgan CALLED OUT and HUMILIATED by Andrew Tate
14.3K145 -
LIVE
Times Now World
2 days agoLIVE: "ON CAM: How the Charlie Kirk Shooter ESCAPED – Shocking New Footage Revealed!"
376 watching -
1:45:51
Game On!
22 hours ago $10.16 earnedWise Guys Reveal NFL Week 2 BEST BETS Now
56.4K7 -
26:57
Robbi On The Record
2 days agoMouth Breathing Is Why You’re Exhausted | with Dr. Melanie Silvestrini
20.3K5 -
LIVE
Total Horse Channel
6 hours ago2025 Reno Snaffle Bit Futurity | Sunday Finals
139 watching -
40:44
SouthernbelleReacts
7 days ago $2.84 earned“Event Horizon (1997) Reaction | Hellraiser in Space with Sam Neill & Laurence Fishburne”
29.6K4 -
10:49
Artur Stone Garage
3 days ago $2.02 earnedI Spent $2000 on My Turbo Honda Civic Build (Before & After)
29.8K9 -
0:44
Danny Rayes
18 hours ago $3.25 earnedDid Someone Know It Was Going To Happen?
31.5K7 -
15:03
World2Briggs
1 day ago $2.91 earnedShocking Home Prices in Florida's Cheapest Towns!
28.1K6