Chapter Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
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
Question 1 of 80 attempted
In the next chapter, we will move on to classes and objects.