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);
-
19:53
Stephen Gardner
8 hours ago🔥EXPOSED: Charlie Kirk Shooter's Trans Partner Tells FBI EVERYTHING!
36.2K219 -
DVR
BlackDiamondGunsandGear
4 hours agoAfter Hours Armory / RIP Charlie Kirk / What we know
13K2 -
29:09
Afshin Rattansi's Going Underground
1 day agoThe Political Life of Malcolm X: Busting the Myths (Prof. Kehinde Andrews)
27.4K13 -
DVR
DLDAfterDark
4 hours ago $1.35 earnedThe Assassination of Charlie Kirk - Just What We KNOW
13.7K6 -
1:33:56
MattMorseTV
5 hours ago $31.76 earned🔴Exposing his PARTNER IN CRIME.🔴
67.2K251 -
1:26:51
vivafrei
9 hours agoCharlie Kirk Assassination - When Peaceful Discussion Becomes Impossible - With Jose Vege
91.2K221 -
2:04:12
Mally_Mouse
1 day ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Supermarket Together
44.2K3 -
1:15:37
BooniesHQ
9 hours ago $6.95 earnedGame Of SKATE Donny Hixson Vs. Chris Massie: Boonies Skate Night 2
64K7 -
2:56:25
Barry Cunningham
10 hours agoTHE TAKING OF CHARLIE KIRK HAS IGNITED A FLAME! AND A BREAKING (BUT NOT SHOCKING) UPDATE!
114K118 -
9:38
Exploring With Nug
14 hours ago $3.18 earnedSearching Florida Waters for a Missing Murder Victim’s Car | Alligator Encounter!
43.7K1