Pure Functions
- Output is purely dependent on Inputs.
- No side effects (Doesn't change variables outside the scope of the function)
- Doesn't use global variables or variables whose scope is not the function itself.
Referenced in:
All notesReferenced in:
All notes