Digging into "this" context in JavaScript
JavaScript and this
I've had some confusions when studying debounce and throttle functions. In particular, I was confused about how this worked in those functions.
The confusion
Let's go over some code:
const dog = {
name: "Rex",
// When you wri...
tigerabrodi.blog3 min read