Sail E0 Webinar
Question
Consider the following code snippet :
var tensquared = (function(x) {return x*x;}(10));
Will the above code work ?
Options:
A .  Yes, perfectly
B .  Error
C .  Exception will be thrown
D .  Memory leak
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers