A
Q. Consider the following code snippet : will this code work?
Code:
var tensquared = (function(n) {return n*n;}(100));
- Correct Answer - Option(D)
- Views: 26
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.