Window interface is a window that contains an HTML DOM.
The HTML doc is loaded in a window hence, it becomes the window interface.
innerHeight property
Since, innerHeight property is associated with the window interface, it returns the inner height of the window.
The return value is in pixels and a read-only. If a horizontal scrollbar is present then it includes it’s height in the return value.
innerHeight property Example
innerWidth property
Since, innerWidth property is associated with the window interface, it returns the inner width of the window.
The return value is in pixels and a read-only. If a vertical scrollbar is present then it includes it’s height in the return value.
innerWidth property Example
examples innerHeight innerWidth window