MCQs > IT & Programming > JavaScript > What's the output? var result = (function(a) { return a*a; }(5.5)); alert(result);

JavaScript MCQs

What will be the output of following code snippet? var result = (function(a) { return a*a; }(5.5)); alert(result);

Answer

Correct Answer: 30.25

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it