MCQs > IT & Programming > JavaScript > What's the output? (function(a){ return function(b){ return function(c){ console.log(a + b, c); } } })(1)(2)(3)

JavaScript MCQs

What this code prints to console? (function(a){ return function(b){ return function(c){ console.log(a + b, c); } } })(1)(2)(3)

Answer

Correct Answer: 3 3

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