Skip to main content

Command Palette

Search for a command to run...

Timer & Intervals

Published
1 min read
Timer & Intervals

setTimeout

Screenshot 2022-10-27 140355.jpg

The only tying that one should note is whenever we use set timeout as it is present in the browser by default the reference will change hence we need to take care of the this refernce

setInterval

Screenshot 2022-10-27 140653.jpg

More from this blog

Web Development

103 posts