Q. What is the output of console.log(typeof null)?
Solution:
typeof null returns ‘object’ due to a historical JavaScript quirk.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
typeof null returns ‘object’ due to a historical JavaScript quirk.
Strengthen Your Practice with our comprehensive question bank.