In Safari with no add-ons (and actually most other browsers), console.log will show the object at the last state of execution, not at the state when conso
console.log
conso
Just print whole object on console.
console.dir(object);