Interval & TimeOut
SetTimeout() - It is utilized to call a capacity or imposes a connection after a predefined number of milliseconds. This capacity is just executed once.
ClearTimeOut() - It is utilized to forestall the capacity setTimeout() from running.
SetInterval() - It is utilized to call a capacity or assesses a connection at indicated spans in milliseconds.
ClearInterval() - It is utilized to forestall the capacity setInterval() from running.
0 Comments