what is lexical environment in javascript

JavaScript
`the association of Identifiers to specific variables
and functions based upon the lexical nesting structure of ECMAScript code.`
Source

Also in JavaScript: