Functional Programming Quiz
Question 1 of 10
What is a pure function?
A function that modifies global variables
A function that always returns the same output for the same input and has no side effects
A function that prints to the console
A function that uses loops
Next