What has changed in Lexical Environment as per ECMAScript2021
Aug 16, 2022 · 3 min read · Let's first understand the Lexical Environment & Environment Record as per different versions of ECMAScript Specification. From ES2015 till ES2020 Specification:- Lexical Environment: A lexical environment is a specification type used to define the...
Join discussion