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);
-
1:41:18
Glenn Greenwald
6 hours agoTerror Attacks Exploited To Push Unrelated Narratives; Facing Imminent Firing Squad, Liz Cheney Awarded Presidential Medal | SYSTEM UPDATE #381
74.4K82 -
Man in America
7 hours ago🔴 LIVE: Terror Attacks or False Flags? IT DOESN'T ADD UP!!!
22.7K1 -
1:02:38
Donald Trump Jr.
9 hours agoNew Year’s Terror, Latest Breaking News with Sebastian Gorka | TRIGGERED Ep.204
160K296 -
59:59
The StoneZONE with Roger Stone
4 hours agoAfter Years of Targeting Trump, FBI and DOJ are Unprepared to Stop Terror Attacks | The StoneZONE
38.3K7 -
1:26:42
Leonardaisfunny
3 hours ago $2.27 earnedH-1b Visas: Infinity Indians
15.6K18 -
1:08:33
Josh Pate's College Football Show
8 hours ago $0.40 earnedPlayoff Reaction Special: Ohio State Owns Oregon | Texas Survives | UGA vs Notre Dame Takeaways
25.2K4 -
58:04
Kimberly Guilfoyle
7 hours agoFBI's Terror Response Failures, Live with Steve Friend & Kyle Seraphin | Ep. 185
95.3K40 -
2:15:01
WeAreChange
8 hours agoMassive Developments In Vegas Investigation! UNREAL DETONATION, Shocking Details Emerge!
106K37 -
54:02
LFA TV
15 hours ago2025 Is Off to a Violent Start | TRUMPET DAILY 1.2.25 7pm
43.7K9 -
59:27
theDaily302
14 hours agoThe Daily 302- JJ Carrell
35.9K5