πŸ“Š JavaScript
Q. Which value is returned when a function doesn't explicitly return anything?
  • (A) null
  • (B) undefined
  • (C) false
  • (D) 0
πŸ’¬ Discuss
βœ… Correct Answer: (B) undefined

Explanation: A function with no return returns undefined.

Explanation by: Chandani
A function with no return returns undefined.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
56
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
82%
Success Rate