πŸ“Š JavaScript
Q. Which function is used to clear the timer value?
  • (A) clearTimervalue()
  • (B) clearTimeout()
  • (C) clear()
  • (D) flush(timer)
πŸ’¬ Discuss
βœ… Correct Answer: (B) clearTimeout()

Explanation: The clearTimeout(setTimeout_variable) call clears any timer set by the setTimeout() functions.

Explanation by: Mr. Dubey
The clearTimeout(setTimeout_variable) call clears any timer set by the setTimeout() functions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
133
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate