Hi everyone in this post I am going discuss one of the very necessary functions in JavaScript. Most of us use this function for repeated work. In this post I am discussion about how to use it more complex way.
We have two great functions setTimeout and setInterval in javascript. Both are basically same but the serinterval() method repeats the function at interval.
We have two great functions setTimeout and setInterval in javascript. Both are basically same but the serinterval() method repeats the function at interval.