functional-programming - Concepts
Explore concepts tagged with "functional-programming"
Total concepts: 2
Concepts
- Side Effects - Observable changes to state or interactions with the outside world that occur during the execution of a function or operation.
- Pure Functions - Functions that always return the same output for the same input and produce no side effects.
← Back to all concepts