IntermediateVocabulary#javascript-typescript#developer-tools#backend

Pure Function Vocabulary

Build fluency in the vocabulary of a function whose output depends only on its own arguments.

0 / 5 completed
1 / 5
At standup, a dev mentions a function whose return value depends only on its input arguments, with no side effects like modifying external state, performing I/O, or depending on anything outside its own parameters. What is this kind of function called?