Will the following JavaScript code work?
Mark as favorite
Answer the question in 30 seconds!
var js = (function(x) {return x*x;}(10));
Total 17 are added into the "JavaScript".
var js = (function(x) {return x*x;}(10));
// JavaScript Comparison Operators function compare() { int num=2; char b=2; if(a==b) return true; else return false; }
var js = (function(x) {return x*x;}(10));
// JavaScript Comparison Operators
function compare()
{
int num=2;
char b=2;
if (a==b)
return true;
else
return false;
}