1.

What Is The Purpose Of Cleartimeout Function?

Answer»

The clearTimeout( t ) GLOBAL function is USED to STOP a TIMER that was previously created with setTimeout(). Here t is the timer returned by setTimeout() function.

The clearTimeout( t ) global function is used to stop a timer that was previously created with setTimeout(). Here t is the timer returned by setTimeout() function.



Discussion

No Comment Found