...

/

Chapter Quiz

Chapter Quiz

In the following quiz, you will be tested on concepts you learned in this chapter.

We'll cover the following...
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 chapter, we will move on to classes and objects.