A pure function always returns the same output given the same _________.

  • Input
  • Output
  • Variable
  • Function
A pure function is a function where the output is solely determined by its input, making it predictable and easier to test. It always returns the same output for the same input.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *