Quiz
Test your knowledge on functions with this cool quiz!
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of these features about a function is incorrect?
A.
A function can be used as an argument in other functions.
B.
let
bindings created inside a function are destroyed when the function ends.
C.
The number of parameters passed to a function can be more than the number of parameters stated in its definition.
D.
The number of parameters passed to a function can be less than the number of parameters stated in its definition.
1 / 5
Next, we’ll look at ...