Definition: The innerheight property is used to determine the height of a window in some browsers. This is not a reserved word so you can declare your own variable or function called innerheight but if you do then you will not be able to find or alter the height of a window in some browsers.
Examples:
var height = window.innerheight;

