the outer window width in pixels?
Explanation:
It’s kind of implicit in the names. 🙂 window.innerWidth is the inner width of the window or more accurately viewport (not including toolbars, window chrome, etc.; but including the space occupied by the vertical scrollbar, if any). screen.width is the width of the screen (not just the browser window).