add mutable-value

This commit is contained in:
Stefan Feješ
2018-09-01 14:33:21 +02:00
parent 2ce8e44710
commit aa959d49c0

7
glossary/Mutabe-value.md Normal file
View File

@ -0,0 +1,7 @@
### Mutable value
Mutable value is a type of variable that can be changed once created.
Objects are mutable as their state can be modified after they are created.
Primitive values are not mutable as we perform reassignment once we change them.