About Lesson
The global setTimeout() method sets a timer which executes a function or specified piece of code once the timer expires.
Syntax:
setTimeOut(functionName, millisecond)
The global clearTimeout() method sets a timer which executes a function or specified piece of code once the timer expires.
Syntax:
clearTimeout(functionName)
Exercise Files
No Attachment Found
Join the conversation