Find an answer to your question 👍 “How many times will the following loop execute? var num = 10; while (num > 0) { document. getElementById ("outputDiv"). innerHTML = ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » How many times will the following loop execute? var num = 10; while (num > 0) { document. getElementById ("outputDiv"). innerHTML = document. getElementById ("outputDiv"). innerHTML + " "+num + " "; } 1 10 0 infinite times