window.innerWidth
Width (in pixels) of the browser window viewport including, if rendered, the vertical scrollbar.
window.outerWidth
window.outerWidth gets the width of the outside of the browser window. It represents the width of the whole browser window including sidebar (if expanded), window chrome and window resizing borders/handles.