Iterate through an object's values using for..of
Not defined in ES6, probably because object iterator ordering and filtering will vary by use case... For your run-of-the-mill everyday objects, a non-specific ordering like this is usually fine, however.