Q. What is the output of 5 === ‘5’?
Solution:
=== checks both value and type, so 5 === ‘5’ is false.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
=== checks both value and type, so 5 === ‘5’ is false.
Strengthen Your Practice with our comprehensive question bank.