Select all of the characteristics of a Pure Function
Always return the same result given the same arguments.
Don't modify the variables outside of their scope.
Don't create any new variables
Execution doesn't depend on the state of the application.
Doesn't modify variables in its own scope
Is this a pure function?
Yes
No
Sometimes
{"name":"Pure Functions", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Select all of the characteristics of a Pure Function, Is this a pure function?","img":"https://cdn.poll-maker.com/27-989996/screen-shot-2018-03-04-at-11-24-13-am.png?sz=1200"}