What this ain’t. this ain’t the current scope. this ain’t a pointer to the current function. These are popular misconceptions. What this is When a function is invoked, JavaScript determines what this will be inside of that function. To figure that out, look at where the function was invoked. …