setTimeout() -
The setTimeout() method calls a function or evaluates an expression after a specified number of milliseconds.
clearTimeout() -
The clearTimeout() method clears a timer set with the setTimeout() method. The ID value returned by setTimeout() is used as the parameter for the clearTimeout() method.
setInterval() -
The setInterval() method calls a function or evaluates an expression at specified intervals (in milliseconds). The setInterval() method will continue calling the function until clearInterval() is called, or the window is closed. The ID value returned by setInterval() is used as the parameter for the clearInterval() method.
clearInterval() -
The clearInterval() method clears a timer set with the setInterval() method. The ID value returned by setInterval() is used as the parameter for the clearInterval() method.
Video by - Tanmay Sakpal
Simple Snippets Channel link - / simplesnippets
Support by becoming a Member : / @telusko
Watch video #33 Timing Functions in JavaScript online without registration, duration hours minute second in high quality. This video was added by user Telusko 01 December 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 87,658 once and liked it 1.2 thousand people.