Introduction
Iterating over objects helps you look at each piece of information stored inside, one by one.
When you want to print all details of a user stored in an object.
When you need to check or change every setting in a configuration object.
When you want to count how many properties an object has.
When you want to collect all keys or values from an object for further use.