function myFunk(){ alert('Дороу!') } var inp = document.querySelector("[type='button']"); inp.addEventListener('click',myFunk)