Question: Given the following JavaScript code, how many times will the computer display the word Snow? var i = 0; while (i < 3) { window.alert(Snow);
Given the following JavaScript code, how many times will the computer display the word "Snow?" var i = 0; while (i < 3) { window.alert("Snow"); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
