Posts by Thomson • 1 point
1 post
-
-3
votes1
answer29
viewsQ: Order of execution (Asynchronous)?
function populate () { for (var i = 0; i < 4; i++) { guess('btn' + i); } } function guess(id) { var button = document.getElementById(id); button.onclick = function() {…
javascriptasked Thomson 1