Consider the following function:
function foo ()
{
return 5;
}
What will the following code do?
var myVar = foo;
Correct Answer: Assign the pointer to function foo to myVar
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Ajax MCQ Questions
Ajax MCQs | Topic-wise