Debounce - Vanilla JS
Debounce is when a function is called multiple times at a given time(interval), the timer is reset each time the function is called, and the function is called after the interval has elapsed
Requested feedback
any feedback
Comments
You must be signed in to post a comment