FunctionsdebounceVersion: NextOn this pagedebouncedebounce(fn, ms): F Debounces a function. ParameterTypeOptionalDescriptionfnF❌The function to debounce.msnumber❌The debounce time in milliseconds. Source