This vector shows all the available window properties in a browser.
Object.getOwnPropertyNames(window).forEach(prop=>log(prop))
1337