What is a function with side effect?
If a function modifies some state outside its local scope.
Additional resources list
The excellent explanation of side effect you can find here
A side effect definition in computer science.
If a function modifies some state outside its local scope.
The excellent explanation of side effect you can find here
A side effect definition in computer science.