public/subjects/debounce
davhojt d043c1544d docs(debounce): correct grammar 2022-06-22 05:59:34 +01:00
..
README.md docs(debounce): correct grammar 2022-06-22 05:59:34 +01:00

README.md

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