Premium Only Content

Learn JavaScript NESTED OBJECTS easy! 📫
00:00:00 example 1
00:04:24 example 2
// nested objects = Objects inside of other Objects.
// Allows you to represent more complex data structures
// Child Object is enclosed by a Parent Object
// Person{Address{}, ContactInfo{}}
// ShoppingCart{Keyboard{}, Mouse{}, Monitor{}}
class Person{
constructor(name, age, ...address){
this.name = name;
this.age = age;
this.address = new Address(...address);
}
}
class Address{
constructor(street, city, country){
this.street = street;
this.city = city;
this.country = country;
}
}
const person1 = new Person("Spongebob", 30, "124 Conch St.",
"Bikini Bottom",
"Int. Waters");
const person2 = new Person("Patrick", 37, "128 Conch St.",
"Bikini Bottom",
"Int. Waters");
const person3 = new Person("Squidward", 45, "126 Conch St.",
"Bikini Bottom",
"Int. Waters");
console.log(person1.name);
console.log(person1.age);
console.log(person1.address);
console.log(person1.address.street);
console.log(person1.address.city);
console.log(person1.address.country);
-
4:17
Blackstone Griddles
16 hours agoBetty's Big Mac Chicken Smashed Tacos on the Blackstone Griddle
3.31K1 -
32:09
Adam Does Movies
17 hours ago $0.51 earnedJurASSic World Rebirth Review - Recrap
1.83K5 -
12:22
The Gun Collective
18 hours agoWOW! SO MANY New Guns Just Came Out!
3.82K2 -
LIVE
BEK TV
3 days agoTrent Loos in the Morning 7/7/2025
176 watching -
LIVE
FyrBorne
2 hours ago🔴Warzone M&K Sniping: The Hardest Fights Forge The Strongest Warriors
228 watching -
8:11
MattMorseTV
14 hours ago $7.88 earnedMacron just SURRENDERED.
20.5K46 -
4:42:20
FusedAegisTV
1 day ago$1000 Fortnite Tournament | 19 TEAMS!! #RumbleGaming
81.5K3 -
10:39
NikkoOrtiz
2 days agoCooked TikTok Fails... Part 2
72.2K34 -
13:47
GritsGG
16 hours agoClutching a Quad Dubular w/ Mr. Bobby Poff!
32.1K1 -
15:58
BlabberingCollector
18 hours agoWorth It? Stenciled Edge Edition Of Harry Potter JUST RELEASED!
14.5K8