We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf15b7 commit 08309a0Copy full SHA for 08309a0
1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/solution.md
@@ -9,7 +9,5 @@ function debounce(func, ms) {
9
10
```
11
12
-A call to `debounce` returns a wrapper.
13
-
14
-When called, it schedules the original function call after given `ms` and clears the previous such timeout.
+A call to `debounce` returns a wrapper. When called, it schedules the original function call after given `ms` and cancels the previous such timeout.
15
0 commit comments