15 minutes readingSunday, 25 December 2022
How `this` keyword is determined in Javascript
One of things makes developer confused most is `this` keyword in Javascript. There is no magic here, understanding the behavior of the `this` keyword is essential for writing effective and maintainable JavaScript code.