|
|
|
|
|
by chrisco255
1705 days ago
|
|
You're mutating result every step along the way and passing it into the functions as well, such that if it's an object or an array it could be mutated in non-transparent ways. The main benefit is to encourage a more functional, immutable data flow. |
|
edit: wasn't to isn't