Q. The setTimeout() method is used to
β
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.