Tamanho da tela JavaScript
var w = window.innerWidth;
var h = window.innerHeight;
VasteMonde
var w = window.innerWidth;
var h = window.innerHeight;
const window {
width: window.innerWidth,
height: window.innerHeight
}
window.screen.height;
window.screen.width;
window.screen.width
//or just
screen.width