🔰parameter scope
🚧 under construction
replit:
// 🚧function declaration instantiation - the process right before calling a function.
simple vs. non-simple parameter - determines whether parameters and body declarations are stored in the same environment record. (i.e. in the same scope)
Last updated
Was this helpful?