debounceFn is a utility function that debounces a function call. It is used to prevent multiple calls to the same function within a short period of time.
The function to debounce
The number of milliseconds to wait before calling the function
The debounced function
debounceFn is a utility function that debounces a function call. It is used to prevent multiple calls to the same function within a short period of time.