πŸ“Š Machine Learning
Q. Which function among the following lets to register a function to be invoked repeatedly after a certain time?
  • (A) setTimeout()
  • (B) setTotaltime()
  • (C) setInterval()
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) setInterval()

Explanation: setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.

Explanation by: Mr. Dubey
setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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