Immutability
Immutability means not changing the data, not changing the state.
In functional programming, the idea of immutability is not changing the state, instead taking copies of the state and returning a new state every time.
Last updated
Immutability means not changing the data, not changing the state.
In functional programming, the idea of immutability is not changing the state, instead taking copies of the state and returning a new state every time.
Last updated