Skip to main content
0:00est. 3 min

Chapter 65- Initialization

Notes

var peope = [
{
firstname: ‘Joe',
lastname: ‘Doe',
addresses: [
‘111 Main st',
‘222 Third st'
]
},
{
firstname: 'Jane',
lastname: ‘Doe',
addresses: [
‘333 Main st',
‘444 Fifth st'
],
greet: function(){
return ‘Hello';
}
}
];

🌟 Join the JavaScript360 community

Connect with fellow JS developers, and get free interview prep, React challenges, and DSA guides.

Join on WhatsApp →