Pure Functions

Home > Computer Science > Programming Languages > Functions > Pure Functions

Functions that produce the same output when given the same input and do not have any side effects or dependencies on external variables or data.