ObjectViz

This tool helps vizualize JavaScript objects. The top-left "flower" in a square shows all the own properties of the object. The next flower shows the own properties of its prototype, the next it's prototype's prototype and so on.

The first object shown is the global object. If you click, you'll see the click event object. You can visualize any object by typing ObjectViz(yourObject) in your JavaScript console/devtools.