Mastering call, apply, bind, and this in JavaScript (even if you haven’t used them in years)
After two years of working almost exclusively with the Vue Composition API, I realized something odd: I hadn’t written a single line using call, apply, or bi...