It may not be the most common case, but sometimes you’re keeping your data structure as an object instead of an array, and need to iterate through every property of the structure. The first time this…