DOM
for (var p in document.createElement('div')){console.log(p)}
CSS
getComputedStyle(document.body) document.body.style
window
Object.getOwnPropertyNames(window)