screen.width in javascript code example
Example 1: get window size javascript
const window {
width: window.innerWidth,
height: window.innerHeight
}
Example 2: device width js
window.screen.availWidth
const window {
width: window.innerWidth,
height: window.innerHeight
}
window.screen.availWidth