Question: How many alert dialogs will the following Javascript generate, and what will be displayed in each of them? var x = 10; function () {
How many alert dialogs will the following Javascript generate, and what will be displayed in each of them? var x = "10"; function () { var x = "4" alert(this.x); function go {alert(x); } 90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
