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
18
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:36:46
Tucker Carlson
6 hours agoThe Pentagon Didn’t Fire Dan Caldwell Over Leaks. They Fired Him for Opposing War With Iran.
122K143 -
LIVE
SpartakusLIVE
7 hours agoGames w/ StoneMountain64 || Duos w/ StevieT into the night
650 watching -
1:34:18
JustPearlyThings
5 hours agoHigh Value Men Are Happy With Wives That Are Mid (Call-in Show) | Pearl Daily
39.2K25 -
10:32:15
ttvglamourx
12 hours ago $1.99 earnedBIRTHDAY STREAM !DISCORD
26.4K10 -
LIVE
CHiLi XDD
7 hours ago[Macho Madness] Featuring G2G, Lanc & Mochi [ Fortnite --> Ghost Recon Wild Lands ]
120 watching -
2:17:35
We Like Shooting
17 hours ago $2.16 earnedWe Like Shooting 607 (Gun Podcast)
32.9K2 -
2:01:40
Joker Effect
4 hours agoYOU WOULD NEVER CLICK THIS BECAUSE YOU ARE SCARED YOU WILL LOVE IT.
27.9K2 -
UPCOMING
Anthony Rogers
1 day agoEpisode 363 - Can A.I. Be Used to Talk to the Dead?
17.5K2 -
6:14:39
Meisters of Madness
8 hours agoThe Umbral Playthrough - Part 2
18.5K1 -
58:57
Donald Trump Jr.
9 hours agoAmerica First, Always. Interviews with Ned Ryun & Kenny Cody | TRIGGERED Ep.235
141K89