_______ scope is created when a function is defined and persists even after the function returns.
- Closure
- Global
- Local
- Static
Closure scope is created when a function is defined inside another function. It allows the inner function to access the outer function's variables, even after the outer function has finished executing.
Loading...
Related Quiz
- Which AWS service allows users to define and provision infrastructure resources using code?
- You notice that the website you designed is not rendering properly on a particular mobile device. How would you troubleshoot and resolve this issue?
- _______ caching involves storing data in a distributed manner across multiple servers.
- _______ is a data format commonly used for representing resources in RESTful APIs.
- Which HTTP header is commonly used to control caching in a browser?