What is a pure function in Javascript? A pure function is what? A pure function is where the return value is determined by its input values, without observable sideaffects.