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