From 6c37ba5847615142bde9f0e0c17e74826f9b8830 Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Wed, 24 Jun 2020 17:39:04 +0600 Subject: [PATCH] Update README.md Add debounce link --- subjects/debounce/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/debounce/README.md b/subjects/debounce/README.md index c9db5f78..92ad3536 100644 --- a/subjects/debounce/README.md +++ b/subjects/debounce/README.md @@ -10,3 +10,4 @@ Create two functions that will work like `_.debounce` from lodash ### Notions - [lodash.com/docs/4.17.15#debounce](https://lodash.com/docs/4.17.15#debounce) +- [https://css-tricks.com/debouncing-throttling-explained-examples/#debounce](https://css-tricks.com/debouncing-throttling-explained-examples/#debounce)