Quiz on Arrow Functions and Functional Style
Quiz yourself on arrow functions and functional style to check your understanding of this chapter.
We'll cover the following...
1
Does JavaScript use lexical scoping or dynamic scoping for anonymous functions?
A)
Dynamic Scoping
B)
Lexical Scoping
C)
For anonymous functions, this
and arguments
are dynamically scoped and other non-local, non-parameter variables are lexically scoped.
Question 1 of 50 attempted
Access this course and 1400+ top-rated courses and projects.