This commit is contained in:
Ilya Kantor 2017-06-14 10:35:59 +03:00
parent 1fb7296f72
commit e37d4ac498
6 changed files with 28 additions and 23 deletions

View file

@ -1,4 +1,3 @@
let form = document.querySelector('form');
form.onclick = function(event) {
event.target.style.backgroundColor = 'yellow';