Q. What will happen if we execute the following code of JavaScript?
Code:vartensquared=(function(x){return x*x;}(10));
β
Correct Answer: (D)
Yes, perfectly
vartensquared=(function(x){return x*x;}(10));
You must be Logged in to update hint/solution