Chapter Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
Technical Quiz
1.
What does it mean for a function to be treated as a first-class value?
A.
A function can be passed as a parameter.
B.
A function can be returned as a result
C.
A function is treated like a basic data value such as an integer.
D.
All of the above
E.
None of the above
1 / 8
In the next ...