Q. The setTimeout() method is used to

  • (A) Make the event sleep
  • (B) Register a function to be invoked after a certain time
  • (C) Invoke an event after a certain time
  • (D) Time for iteration
πŸ’¬ Discuss
βœ… Correct Answer: (B) Register a function to be invoked after a certain time
Explanation: The setTimeout(), which registers a function to be invoked after a specified amount of time.
Explanation by: Mr. Dubey
The setTimeout(), which registers a function to be invoked after a specified amount of time.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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