Quiz: Let's Get Functional
Test your knowledge of functional programming in JavaScript.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is a recursive function?
A.
A function that occurs multiple times in a program.
B.
A function that calls itself until a condition is met.
C.
A function that contains a loop.
D.
A function that never returns the same value twice.
1 / 5
...