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
22
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
LFA TV
12 hours agoLFA TV ALL DAY STREAM - TUESDAY 7/8/25
6,402 watching -
1:04:24
Game On!
12 hours ago $1.73 earnedThe NFL is CONSPIRING to Keep The Kansas City Chiefs OUT OF THE Playoffs!
9.36K4 -
LIVE
AP4Liberty
12 hours agoThey Said the Epstein List Existed—Then THIS Happened in the White House
313 watching -
LIVE
PudgeTV
10 hours ago🟠 Witcher 3: The Wild Hunt | Day 6 - This Game is HARD!!!
473 watching -
19:34
BlackBeltBarrister
20 hours ago $1.82 earnedWhy People Say it's Two Tier Policing
9.01K11 -
13:14
Sugar Spun Run
1 day ago $1.49 earnedFrench Toast Cookies
10.4K6 -
LIVE
FyrBorne
3 hours ago🔴Warzone M&K Sniping: Sharp Minds Cut Deeper Than Dull Swords
154 watching -
18:27
Machete Gaming
1 day ago $1.77 earnedThe FIFA Everyone Hated… But It BLEW My Mind
19K1 -
39:53
pewculture
1 day ago $0.35 earnedThe Pew Culture Podcast #22 - MILE 22
10.3K -
1:45:44
Tommy's Podcast
19 hours agoEpstein | E.M. Burlingame & John Cullen (TPC #1,782)
13.8K15