← Back
Which of the following are properties of a pure function?
Select all that apply
It always returns the same output for the same input
It may write to a database
It has no side effects
It can modify its arguments
Its return value depends only on its arguments
Submit