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);
-
26:00
Neil McCoy-Ward
3 hours agoAnd So It Begins… ('Carbon' Food Quotas Are HERE)
3.21K2 -
1:09:24
Chad Prather
16 hours agoWe Must Obey God: The Gospel That Cannot Be Silenced
66.1K20 -
LIVE
The Mike Schwartz Show
1 hour agoTHE MIKE SCHWARTZ SHOW with DR. MICHAEL J SCHWARTZ 11-25-2025
3,401 watching -
LIVE
LFA TV
12 hours agoLIVE & BREAKING NEWS! | TUESDAY 11/25/25
3,003 watching -
4:50
Captain Peach
6 days ago $7.18 earned5 Ways Game Trailers Lie
52.6K2 -
18:06
We Got Receipts
19 hours agoLatest EBT Meltdowns That Are Actually Funny!
27.4K26 -
42:00
Based Campwith Simone and Malcolm
4 days agoNYT Brands Divorce as the Cool New Trend for Gen Z Girls
31.5K7 -
11:43
VSOGunChannel
21 hours ago $3.96 earnedThe Gun Control the Trump Admin is Fighting For
23.7K17 -
1:03:30
A Cigar Hustlers Podcast Every Day
1 day agoEpisode 416 Epstein Files w/Matt Booth
31.3K -
2:05:53
BEK TV
1 day agoTrent Loos in the Morning - 11/25/2025
24.2K