Do you know why this.x is Undefined when x is declared with Const or Let?

added by JavaScript Kicks
1/10/2020 7:48:57 AM

453 Views

I think you should have a basic understanding of what an execution context is in JavaScript. If you have no clues at all what this is, I recommend you read my post about execution contexts. According to the documentation, for all execution contexts, there are three components - Code evaluation state, Function, and Realm.


0 comments