For statement

by Lien Z

JavaScript

for( var pro in window){
    document.write(pro);
    document.write("<br/>");
}