Let’s settle ‘this’ — Part Two

1 · Nash Vail · June 22, 2016, 5:30 p.m.
Let’s settle this - Part Two Hey! Welcome to part two of Let’s settle ‘this’ where we are trying to demystify one of JavaScript’s least understood aspect — the ‘this’ keyword. If you haven’t checked out part one yet you might want to do so. In Part One we went over Default and Implicit binding rules through 15 different examples. We saw how the value of ‘this’ for a function changes depending on how the function is invoked....