|
|
|
|
|
by konsumer
2920 days ago
|
|
It should be noted that you can still mutate in these.
Like it's not at all recommended, but you have access to the original array in many of the functional "non-mutating" Array methods, for example: https://codepen.io/konsumer/pen/bKKYJO?editors=0010 This can make things very hard to troubleshoot. |
|