The window object is the global object in JavaScript. We can access this object from anywhere in JavaScript. You have used the window object without realizing it. For example, console is a window property. There are several properties and methods on the window object. I recommend looking at the Mozilla developer network…
https://developer.mozilla.org/en-US/docs/Web/API/Window
Happy Coding!
Clay Hess