Answers for "javascript get the width of the screen"

7

get window size javascript

const window {
  width: window.innerWidth,
  height: window.innerHeight
}
Posted by: Guest on June-03-2020
8

get screen width javascript

window.screen.width
//or just
screen.width
Posted by: Guest on May-20-2020

Code answers related to "javascript get the width of the screen"

Code answers related to "Javascript"

Browse Popular Code Answers by Language