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);
-
1:58:58
Badlands Media
1 day agoDevolution Power Hour Ep. 389: Psyops, Patsies, and the Information War
117K178 -
2:13:55
Tundra Tactical
11 hours ago $16.45 earnedTundra Talks New Guns and Remembers Charlie Kirk On The Worlds Okayest Gun Show Tundra Nation Live
62.8K13 -
1:45:08
DDayCobra
13 hours ago $43.11 earnedDemocrats Caught LYING Again About Charlie Kirk's KILLER
97.2K101 -
19:23
DeVory Darkins
15 hours ago $21.59 earnedShocking Update Released Regarding Shooter's Roommate as Democrats Issue Insane Response
83.7K188 -
19:53
Stephen Gardner
17 hours ago🔥EXPOSED: Charlie Kirk Shooter's Trans Partner Tells FBI EVERYTHING!
85.7K370 -
2:47:25
BlackDiamondGunsandGear
12 hours agoAfter Hours Armory / RIP Charlie Kirk / What we know
64.4K8 -
29:09
Afshin Rattansi's Going Underground
2 days agoThe Political Life of Malcolm X: Busting the Myths (Prof. Kehinde Andrews)
64.1K17 -
2:47:25
DLDAfterDark
12 hours ago $8.22 earnedThe Assassination of Charlie Kirk - Just What We KNOW
42.1K9 -
1:33:56
MattMorseTV
13 hours ago $44.92 earned🔴Exposing his PARTNER IN CRIME.🔴
94.7K301 -
1:26:51
vivafrei
18 hours agoCharlie Kirk Assassination - When Peaceful Discussion Becomes Impossible - With Jose Vege
115K296