6

Итерация по объектам

for (var k in window.document)
    document.write(k + " - " + window.document[k] + "<br>")