4
It is a local variable of every function in js, and holds the address of window object. Except in Arrow function (for arrow function is stores undefined).
5
Inside object methods, 'this' holds the reference of current object(not in arrow function).