public/subjects/debounce/README.md

372 B

Debounce

Instructions

Create two functions that will work like _.debounce from lodash.

  • debounce: don't worry about the options.
  • opDebounce: implement the leading options.

Notions