Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 160 Bytes

File metadata and controls

7 lines (4 loc) · 160 Bytes

Pure Function

A function that has no side-effects, i.e does not mutate input parameters or the outer scope.

Immutable

A value that may not be modified.