Revision: 36086
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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