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
4
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...
-
2:14:01
Fresh and Fit
6 hours agoDr. Disrespect Moves To Rumble!
60.4K30 -
6:14:53
Akademiks
9 hours agoDrake Sued his Label for Botting Kendrick Lamar Streams to 'End Him'. Kendrick Drops new video!
64.4K12 -
0:46
Dr Disrespect
15 hours agoIt's not just a stream... it's an experience
333K1.74K -
5:45:38
80sKiid
10 hours ago $29.32 earnedFirst stream on RUMBLE!!!!!
99.5K5 -
3:56:31
JakeParker
10 hours ago $14.36 earnedJakeParker is LIVE on Rumble
57.3K -
8:09:23
SpartakusLIVE
11 hours ago $26.76 earnedThe Duke rallies squad for LAUGHS into the night with a SMATTERING of TOXIC banter
90.6K17 -
1:03:51
Flyover Conservatives
1 day agoGeneration Z’s Revolution: 17 Year Old Author on the Return of Faith, Family, and the End of Feminism - Hannah Faulkner; Economic Update - Dr. Kirk Elliott | FOC Show
51.6K2 -
1:12:43
Adam Does Movies
13 hours ago $21.15 earnedMoviegoers Are Singing Now! + Lilo & Stitch + Sonic 3 - LIVE!
85.7K7 -
1:26:05
Donald Trump Jr.
16 hours agoRegime Media Imploding: What’s Next for MSNBC? Plus Michael Knowles & Alex Marlow | TRIGGERED Ep.194
237K245 -
37:26
Glenn Greenwald
14 hours agoGlenn Takes Your Questions: On Trump's Cabinet, The G20 Summit, and More | SYSTEM UPDATE LOCALS SPECIAL
98.9K63