JSFiddle - React, Tailwind, and code Playground
JavaScript
alert("Chiều cao hợp lệ: " + screen.availHeight);
alert("Tổng chiều cao: " + screen.height);
alert("Chiều ngang hợp lệ: " + screen.availWidth);
alert("Tổng chiều ngang: " + screen.width);
alert("Chiều cao hợp lệ: " + screen.availHeight);
alert("Tổng chiều cao: " + screen.height);
alert("Chiều ngang hợp lệ: " + screen.availWidth);
alert("Tổng chiều ngang: " + screen.width);