+ 5
Why this code doesn't work?
Why this code doesn't work? :( (Thank you in advance) https://code.sololearn.com/WCuy1IenBvYO/?ref=app
3 ответов
+ 5
Run your JS code after the whole page is loaded, using the window.onload event.
window.onload = function() {
var dig = document.getElementById("dig");
dig.innerHTML = "ты не кросс";
}
+ 3
Я все равно не понимаю
+ 1
this code selects an item in does not take a value here is the problem