5. What would the browser display if the following code were executed in a script? a var product = 0; while (product < = 25); product = 2 + product; a) nothing, the script would result in an inifite-loop error b) 0 c) 25 d) 26
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “5. What would the browser display if the following code were executed in a script? a var product = 0; while (product < = 25); product = 2 + ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » 5. What would the browser display if the following code were executed in a script? a var product = 0; while (product < = 25); product = 2 + product; a) nothing, the script would result in an inifite-loop error b) 0 c) 25 d) 26