Return to Snippet

Revision: 36086
at November 17, 2010 22:43 by iancrowther


Initial Code
for (key in object) {
  alert ("object["+key +"] = "+object[key]);
}

Initial URL


Initial Description
this is my way of working out the contents of an object when I don't have access to a debugger like firebug

Initial Title
Object Reflections

Initial Tags
javascript, object

Initial Language
JavaScript