![]() |
VOOZH | about |
The window outerWidth property is used for returning the outer width of the browser window. It includes all the interface elements such as toolbars, scrollbars, etc. It is a read-only property and returns a number which represents the width of the browser’s window in pixels.
window.outerWidthIt returns a numeric value that represents the browser's window width, includes all interface elements, in pixels
Example: This example shows the use of "window.outerWidth" property.
Output: