JavaScript Professional — Hard
Key points
- 'use strict' directive in strict mode prevents aliasing of arguments to named parameters
- Changing a named parameter does not affect arguments[n] and vice versa
- This helps maintain separate references to named parameters and arguments object
Ready to go further?
Related questions
