MCQs>IT & Programming>JavaScript MCQs>What the value will be returned as a result of this function call? function foo () { return true ? false : null; };
JavaScript MCQs
What the value will be returned as a result of this function call? function foo () { return true ? false : null; };
Answer
Correct Answer: undefined
Explanation:
Note: This Question is unanswered, help us to find answer for this one