All checks has been passed with the array
export const objects = [{},{},{}];
Technically in JS all of them are really different, but what do you mean with different? different keys/values?
In the context of this task, your solution is correct.
We're getting into the deep equality of objects and key/value comparison later in the course.