0
Why button “click2” doesn’t work. Почему кнопка “click2” не работает?
9 Answers
+ 2
On line 50 in the HTML code you have:
var al = document.getElementById("box")
You should have
var a = document.getElementById("box")
Why did you mix HTML, CSS and JS Code? You can write them separately in each page tab.
+ 1
THANK YOU!!!
0
You help ms)
0
Me)
0
Hi! Can you say why my code dosen’t work?
https://code.sololearn.com/WoVC7Jv9NFE9/?ref=app. Pleas
0
Why I’m mix HTML,CSS and JS? Becouse it’s izi
0
You must do things in a proper way when you are in the learning stage. When you become a God or a Pro, you can do them in an izi mode.
0
Ok! I looked over your code, but I'm not a JS connoisseur. If you look at my profile, I just started the JS course.
Maybe, others will help you. Sorry!
0
Ok