SyntaxFix
Write A Post
Hire A Developer
Questions
I found it... for (property in object) { // do stuff } will list all the properties, and therefore all the globally declared variables on the window object..
for (property in object) { // do stuff }