I just went through some vedio related to javascript performance which is great, Here is the notes I made: Scope management 1. Identifier Resolution Every time the function is executed, the execution context is created. The scope chain in the executi…