...

/

Quiz: Let's Get Functional

Quiz: Let's Get Functional

Test your knowledge of functional programming in JavaScript.

We'll cover the following...
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.

Question 1 of 50 attempted
...