What is a pure function in Javascript?

A pure function is what?

January 3, 2019 - 1 minute read -

A pure function is where the return value is determined by its input values, without observable sideaffects.