Quiz: First Steps with Functional Programming
Test your knowledge of the concepts you’ve learned relating to Functional Programming.
1
What does it mean for functions to be first-class citizens?
A)
Functions are pure.
B)
Functions can’t be treated as ordinary values. They can’t be passed in as parameters, returned from other functions, and so on.
C)
Functions can be treated as ordinary values. They can be passed in as parameters, returned from other functions, and so on.
D)
None of the above
Question 1 of 60 attempted
Get hands-on with 1400+ tech skills courses.