About Lesson
The setInterval() method, offered on the window and worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
Syntax:
setInternal(functionName, millisecond)
The global clearInterval() method cancels a timed, repeating action which was previously established by a call to setInterval(). If the parameter provided does not identify a previously established action, this method does nothing.
Syntax:
clearInternal(functionName)
Exercise Files
No Attachment Found
Join the conversation