Valentin Kitanov

Results 1 issues of Valentin Kitanov

Has anyone thought of this? ``` javascript H BLAH function work(){ var w = screen.width; var content = document.getElementById("content"); var width = content.clientWidth; var height = content.clientHeight; document.getElementById("test").innerHTML = width...