Premium Only Content
![Learn JavaScript NESTED OBJECTS easy! 📫](https://1a-1791.com/video/s8/1/b/U/F/l/bUFlo.qR4e-small-Learn-JavaScript-NESTED-OBJ.jpg)
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);
-
DVR
In The Litter Box w/ Jewels & Catturd
21 hours agoReturn to Sender | In the Litter Box w/ Jewels & Catturd – Ep. 740 – 2/12/2025
14.7K9 -
1:32:17
The Quartering
3 hours agoDOGE Storms the Department of Education, Trump FIRES USAID head, and Teacher freed from Russia
44.2K26 -
59:57
The White House
3 hours agoPress Secretary Karoline Leavitt Briefs Members of the Media, Feb. 12, 2025
157K176 -
1:09:47
Tucker Carlson
3 hours agoKen Paxton: How Soros Protects Drug Cartels, Being Blacklisted by Fox News, and the Laken Riley Act
109K79 -
LIVE
Film Threat
7 hours agoCAPTAIN AMERICA: BRAVE NEW WORLD REVIEW (NON-SPOILER) | Hollywood on the Rocks
120 watching -
LIVE
The Nunn Report - w/ Dan Nunn
1 hour ago[Ep 607] Constitutional Crisis! There Is No Proof! AAARRRGG! – Leftist Lunacy & Why It Will Fail
223 watching -
3:19:53
Right Side Broadcasting Network
6 hours agoLIVE REPLAY: White House Press Secretary Karoline Leavitt Holds a Press Briefing - 2/12/25
155K66 -
11:08
China Uncensored
2 hours agoChina Will Betray You
13.8K8 -
17:38
Silver Dragons
3 hours agoTRUMP ENDS THE PENNY - Coin Dealer on the END OF CASH! Is This Just the Start?!?
7.38K4 -
59:58
The Tom Renz Show
6 hours agoGeoengineering & Immigration Riots - Prepping to Keep Your Family Safe
5.49K2