this post was submitted on 21 Jun 2023
2 points (100.0% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

The course i'm following says primitive types belong to the execution context in the call stack, but are they part of the context variable environment?

I guess variable declarations would surely be part of the variable environment, but what about the other primitive types, like null or undefined? Do they need to be attached to a declaration or are they stored in as well?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here