Question: What does the following function do? function whatDoIDo(a, b) { var n = prompt(Please enter your name); document.write(Hello + n); if (a > b) {
What does the following function do? function whatDoIDo(a, b) { var n = prompt(Please enter your name); document.write(Hello + n); if (a > b) { alert(The value + a + is the largest!); } else if (a == b) alert(The values are the same); } else { alert(The value + b + is the largest!); } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
