1 item tagged with "pure-function"
A pure function always returns the same output for the same input and has no side effects, meaning it does not read or modify any state outside its own arguments.