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);
-
LIVE
Kim Iversen
1 hour agoIsrael Running The Dept Of Homeland Security Social?!?
1,266 watching -
LIVE
Akademiks
46 minutes agoSheck Wes exposes Fake Industry. Future Not supportin his mans? D4VD had help w disposing his ex?
835 watching -
LIVE
The Trish Regan Show
1 hour agoJUST IN: ABC HIRES Marjorie Taylor Greene for ‘The View’?! Hosts FREAKING OUT Over Being REPLACED!
633 watching -
22:02
We Got Receipts
5 hours agoIt just got WORSE for Democrats…
24 -
4:15
Captain Peach
9 days ago5 Ways Games Trick You Into Buying
7 -
1:00:30
Based Campwith Simone and Malcolm
4 days agoYou Think You Hate The Media ... You Don't Hate Them Enough
1091 -
LIVE
The Amber May Show
4 hours agoAmerica’s Spiritual Shake-Up: From Pews to Paganism?
117 watching -
1:16:27
Redacted News
2 hours agoYou Won't BELIEVE what is happening in America right now... It's SHOCKING
100K78 -
1:38:07
vivafrei
3 hours agoLive with Ivan Raiklin! Jan. 6 Pipe Bomber~! Comey & Letitia James Charges Dropped! AND MORE!
67.5K39 -
1:22:52
Russell Brand
3 hours agoThey’re Running Out of Road — The Scandals, Experiments & Numbers They Can’t Hide - SF654
92.6K5