MCQs > IT & Programming > JavaScript > What's the output? if we call f(3)? const f = (x, y = true) => x * y;

JavaScript MCQs

What will be returned if we call f(3)? const f = (x, y = true) => x * y; 

Answer

Correct Answer: 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