From 8046c0e5415731788af00130fd848e0a52b3ae2a Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Thu, 25 Jun 2020 15:55:52 +0600 Subject: [PATCH] Update README.md --- subjects/throttle/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/throttle/README.md b/subjects/throttle/README.md index ccb20d88..0ed4628e 100644 --- a/subjects/throttle/README.md +++ b/subjects/throttle/README.md @@ -12,3 +12,4 @@ Create two functions that will work like `_.throttle` from lodash - [lodash.com/docs/4.17.15#throttle](https://lodash.com/docs/4.17.15#throttle) - [https://css-tricks.com/debouncing-throttling-explained-examples/#throttle](https://css-tricks.com/debouncing-throttling-explained-examples/#throttle) +- [https://stackoverflow.com/questions/24079736/confused-about-the-maxwait-option-for-lodashs-debounce-method](https://stackoverflow.com/questions/24079736/confused-about-the-maxwait-option-for-lodashs-debounce-method)