1. Nebula Nebula
  2. /
  3. JavaScript
  4.  (Page 13)

debounce()

Similar to throttle() but debounce only allows the callback once at the end (or the beginning) whereas throttle happens multiple times with a "cooldown" in between. Read More »