Answer: Side effect
A side effect is when a function relies on, or modifies, something outside its parameters to do something.
Side effects are any changes in the state of the program or the environment
that is not reflected in the function's output.
In computer science, an operation, function or expression is
said to have a side effect if it modifies some state variable
value(s) outside its local environment
0 comments:
Post a Comment