0
What is the difference between pure function and impure function?
3 Antworten
+ 4
Pure function has its parameter used within the function but impure doesn't use it within and without
0
Pure functions do not modify the value of the arguments passed to the function unlike impure functions