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
Major League Fishing
4 days agoLIVE! - Fishing Clash Team Series: Heritage Cup - Day 1
3,074 watching -
18:40
itsSeanDaniel
3 hours agoPiers Morgan CALLED OUT and HUMILIATED by Andrew Tate
14.3K151 -
LIVE
Times Now World
2 days agoLIVE: "ON CAM: How the Charlie Kirk Shooter ESCAPED – Shocking New Footage Revealed!"
375 watching -
1:45:51
Game On!
22 hours ago $10.16 earnedWise Guys Reveal NFL Week 2 BEST BETS Now
56.4K7 -
26:57
Robbi On The Record
2 days agoMouth Breathing Is Why You’re Exhausted | with Dr. Melanie Silvestrini
20.3K5 -
LIVE
Total Horse Channel
6 hours ago2025 Reno Snaffle Bit Futurity | Sunday Finals
137 watching -
40:44
SouthernbelleReacts
7 days ago $2.84 earned“Event Horizon (1997) Reaction | Hellraiser in Space with Sam Neill & Laurence Fishburne”
29.6K4 -
10:49
Artur Stone Garage
3 days ago $2.02 earnedI Spent $2000 on My Turbo Honda Civic Build (Before & After)
29.8K9 -
0:44
Danny Rayes
18 hours ago $3.25 earnedDid Someone Know It Was Going To Happen?
31.5K10 -
15:03
World2Briggs
1 day ago $2.91 earnedShocking Home Prices in Florida's Cheapest Towns!
28.1K6