images/pg.5.png

< p>Window resized < span id="demo">0 times.< /p>

< script>
window.addEventListener("resize", myFunction);

var x = 0;
function myFunction() {
var txt = x += 1;
document.getElementById("demo").innerHTML = txt; }
< script>