Get a function that reduces calls to the function passed in
The function to debounce
How much delay in milliseconds after the most recent call to the debounced function to call the function
Function that, when called, only calls the function passed in at maximum every delay ms
Get a function that reduces calls to the function passed in