Lexical scoping of 'this' means that the value of 'this' is determined by where the function is written in the code, not where it is called from. It helps make sure that 'this' always refers to the right thing, even if the function is used somewhere else.