πŸ“Š JavaScript
Q. Which of the following method will wait for certain milliseconds to execute a specified method?
  • (A) setInterval()
  • (B) setTimeout()
  • (C) setmilli()
  • (D) setseconds()
πŸ’¬ Discuss
βœ… Correct Answer: (A) setInterval()

Explanation: The setInterval() method will wait a specified number of milliseconds, and then execute a specified function, and it will continue to execute the function, once at every given time-interval.

Explanation by: Mr. Dubey
The setInterval() method will wait a specified number of milliseconds, and then execute a specified function, and it will continue to execute the function, once at every given time-interval.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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