show current width based on window resize

by hellosze

JavaScript

window.onresize = function(){
console.log(window.innerWidth);
};