This assertion should test if an object or array are the same - even if the location of the properties and values are different. ```json { "first_name": "Steve", "last_name": "Jobs" } === { "last_name": "Jobs", "first_name": "Steve" }