debounce

The debunce function allows you to set a time in milliseconds before executing functions, it is generally used to create a wait time before executing function logic.

Last updated