DEV Community

Discussion on: Debounce Deep Dive — JavaScript ES6

Collapse
 
m98 profile image
Kermani

this should not work as expected!

You are every time declaring let timeout, and trying to clearTimeout the undefined. To test this, you just need to run it multiple time fastly to realize it's broken