Premium Only Content
JavaScript CONSTRUCTORS in 5 minutes! ðŸ›
#JavaScript #tutorial #course
// constructor = special method for defining the
// properties and methods of objects
function Car(make, model, year, color){
this.make = make,
this.model = model,
this.year = year,
this.color = color,
this.drive = function(){console.log(`You drive the ${this.model}`)}
}
const car1 = new Car("Ford", "Mustang", 2024, "red");
const car2 = new Car("Chevrolet", "Camaro", 2025, "blue");
const car3 = new Car("Dodge", "Charger", 2026, "silver");
car1.drive();
car2.drive();
car3.drive();
console.log(car1.make);
console.log(car1.model);
console.log(car1.year);
console.log(car1.color);
console.log(car2.make);
console.log(car2.model);
console.log(car2.year);
console.log(car2.color);
console.log(car3.make);
console.log(car3.model);
console.log(car3.year);
console.log(car3.color);
-
2:12:18
TheDozenPodcast
22 hours agoIslam vs Christianity: Bob of Speakers' Corner
66.2K15 -
14:36
The StoneZONE with Roger Stone
1 day agoRoger Stone Delivers Riveting Speech at Turning Point’s AMFEST 2024 | FULL SPEECH
94.4K23 -
18:59
Fit'n Fire
12 hours ago $5.89 earnedZenith ZF5 The Best MP5 Clone available
50.8K1 -
58:34
Rethinking the Dollar
21 hours agoTrump Faces 'Big Mess' Ahead | RTD News Update
40.8K5 -
5:35
Dermatologist Dr. Dustin Portela
21 hours ago $1.95 earnedUnboxing Neutrogena PR Box: Skincare Products and Surprises!
40.5K4 -
11:20
China Uncensored
21 hours agoCan the US Exploit a Rift Between China and Russia?
64.2K21 -
2:08:48
TheSaltyCracker
16 hours agoLefty Grifters Go MAGA ReeEEeE Stream 12-22-24
262K704 -
1:15:40
Man in America
19 hours agoThe DISTURBING Truth: How Seed Oils, the Vatican, and Procter & Gamble Are Connected w/ Dan Lyons
154K139 -
6:46:07
Rance's Gaming Corner
21 hours agoTime for some RUMBLE FPS!! Get in here.. w/Fragniac
177K5 -
1:30:48
Josh Pate's College Football Show
20 hours ago $11.42 earnedCFP Reaction Special | Early Quarterfinal Thoughts | Transfer Portal Intel | Fixing The Playoff
108K1