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);
-
15:10
Dr Disrespect
18 hours agoI FINALLY Beat Baby Steps
10.5K11 -
8:38
MattMorseTV
13 hours ago $6.32 earnedThis is CATASTROPHIC for the Dems.
16.4K12 -
19:54
Forrest Galante
2 days agoPrivate Tour Of America's Best Marine Animal Facility
73.5K9 -
2:59:11
Side Scrollers Podcast
19 hours agoDEI’s FINAL BOSS EXPOSED + Book Publisher REVERSES Cancel Attempt + More | Side Scrollers
54.2K19 -
23:00
The Pascal Show
10 hours ago $1.75 earnedCANDACE EXPOSES TEXTS! Candace Owens Shows Proof Charlie Kirk Was B*llied By Donors Before His Death
7.69K5 -
1:31:37
The HotSeat
14 hours agoBondi On The Hill + Equitable Grading? We Are Failing Our KIDS!
30.8K6 -
6:05
Spooky Grandpa's Scary Stories
1 month agoTHE HARVEST MAN (Halloween, Horror, Folklore, Supernatural, Paranormal)
9.01K7 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
241 watching -
1:02:11
DeVory Darkins
13 hours ago $37.80 earnedDemocrats suffers ANNIHILATION during heated hearing with Bondi as Jack Smith bombshell drops
160K110 -
3:00:07
Price of Reason
13 hours agoJoe Rogan & Theo Von TURN on Trump? Hollywood to STOP Lecturing Viewers? Ghost of Yotei FIASCO!
62.7K9