AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Java Script Objects and Data Structures
An object in JavaScript is a data structure meant to group together key value pairs and believe me this sounds a lot more complicated than it is. We have the one complex type Which is an object and then we've got basically a bunch of built-in Objects or Data Structures. The two most popular built-in objects are the array and the function and we're gonna get to arrays and functions here in a minute but let's talk about what objects are real quick at its most basic level.