A
Q. Consider the following code snippet :
var tensquared = (function(x) {return x*x;}(10));
Will the above code work ?
- Correct Answer - Option(A)
- Views: 23
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.