document.getElementById("input").onchange = function () {
                document.getElementById("span").innerHTML = this.value
            }