console.log("window:", window); console.log("window === this?", window === this); console.log("window.navigator.userAgent:", window.navigator.userAgent);