Home

Debounce

The goal of the debounce function is to prevent execution of the same code several times in succession, which typically happens with the code bound to resize and scroll events.