Answers for "What are the properties used to get size of window?"

7

get window size javascript

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

Code answers related to "What are the properties used to get size of window?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language