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
8
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
Space Ice
3 hours agoSpace Ice & Redeye: Steven Seagal's True Justice Feat. Sensei Seagal
97 watching -
LIVE
The StoneZONE with Roger Stone
2 hours agoRobert Davi on The Goonies & Fighting for Trump | Stone for Governor of Canada? | The StoneZONE
366 watching -
LIVE
b0wser
2 hours agoIs Chivalry Dead? | Get Off My Lawn Gaming | b0wser did it
469 watching -
LIVE
The Jimmy Dore Show
2 hours agoTrump TROLLS Newsom Over LA Fires! Zuckerberg & Facebook GIVE UP on Fact Checking!
10,198 watching -
LIVE
Dr Disrespect
9 hours ago🔴LIVE - DR DISRESPECT - DELTA FORCE - ATTACK AND EXTRACT
2,957 watching -
1:15:19
Dr. Drew
6 hours agoMy Pasadena Home Is Surrounded By CA Wildfires w/ OC Fire Chief Brian Fennessy & LA's John Phillips – Ask Dr. Drew
15.4K9 -
LIVE
Melonie Mac
3 hours agoGo Boom Live Ep 33!
255 watching -
LIVE
2 MIKES LIVE
6 hours ago2 MIKES LIVE #164 with Special Guests SARAH WESTALL and ALEC LACE!
312 watching -
49:16
Sarah Westall
3 hours agoComparisons: Maui Fire and North Carolina Hurricane – Land & Resource Grabs w/ Michelle Melendez
5.46K10 -
1:00
Congresswoman Harriet Hageman
6 hours agoCongresswoman Harriet Hageman Rumble Rollout
19.1K38