JavaScript: 'this' in functions and methods.
Having a good grasp of 'this' cannot be avoided in JS, here's a simple breakdown of 'this' and its caveats.
Jul 10, 20214 min read

Search for a command to run...
Having a good grasp of 'this' cannot be avoided in JS, here's a simple breakdown of 'this' and its caveats.

Understanding closures in-depth is key when you're on your JS journey. This blog helps with just that!

Evaluating the necessity of FP, Pure Functions, Higher-Order Functions, and their implementation.
