Screen:
*
Window innerWidth and innerHeight Properties
Get the window height and width
var width = window.innerWidth
var height = window.innerHeight