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...
We'll cover the following...
Technical Quiz
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.
1 / 5