Suppose I have an object. This object has keys. I want to iterate through all of the keys to see if each of them has a given value. If I can make a dictionary object that has the same keys and values, then I can get an array of all of the object's keys by calling the dictionary's "allKeys" method.