You can use a for-in loop to iterate over all the enumerable properties and methods of an object. Your object doesn’t have any methods so it would only return the properties.You’d then need to nest a second for-in loop to iterate over the individual objects that are the properties of the movies object.