Computer Science, asked by shaktimaanss4826, 1 year ago

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

Answers

Answered by Avanish010
1
Hi there,

Option B is correct.

The setTimeout(), which registers a function to be invoked after a specified amount of time..
Answered by Vaishnavi18
1
The setTimeout() method is used to Register a function to be invoked after a certain time
Similar questions