Q. Which value is returned when a function doesn't explicitly return anything?
β
Correct Answer: (B)
undefined
Explanation: A function with no return returns undefined.