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
1,251 watching -
18:40
itsSeanDaniel
6 hours agoPiers Morgan CALLED OUT and HUMILIATED by Andrew Tate
39.6K253 -
LIVE
Times Now World
2 days agoLIVE: "ON CAM: How the Charlie Kirk Shooter ESCAPED – Shocking New Footage Revealed!"
367 watching -
1:45:51
Game On!
1 day ago $11.12 earnedWise Guys Reveal NFL Week 2 BEST BETS Now
79.2K8 -
26:57
Robbi On The Record
2 days agoMouth Breathing Is Why You’re Exhausted | with Dr. Melanie Silvestrini
49.9K6 -
LIVE
Total Horse Channel
8 hours ago2025 Reno Snaffle Bit Futurity | Sunday Finals
97 watching -
40:44
SouthernbelleReacts
7 days ago $4.04 earned“Event Horizon (1997) Reaction | Hellraiser in Space with Sam Neill & Laurence Fishburne”
46.3K4 -
10:49
Artur Stone Garage
3 days ago $2.75 earnedI Spent $2000 on My Turbo Honda Civic Build (Before & After)
44.4K12 -
0:44
Danny Rayes
21 hours ago $4.51 earnedDid Someone Know It Was Going To Happen?
43K11 -
15:03
World2Briggs
1 day ago $3.63 earnedShocking Home Prices in Florida's Cheapest Towns!
36.1K8