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