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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!