Q. What is the default return value of a function that doesn't return anything?
β
Correct Answer: (A)
undefined
Explanation: Functions without return statements return undefined by default.