2022-11-28
|~11 min read
|2147 words
I’ve written about debouncing and throttling in the past in the context of scroll events, but I wanted to take a moment and implement them…
2022-11-28
|~3 min read
|450 words
When we say that Javascript is lexically scoped, what we mean is that a function will have access to the variables in the context in which…