Files
30-seconds-of-code/glossary/Mutabe-value.md
Stefan Feješ 70d950e60c fix styling
2018-09-01 15:10:57 +02:00

245 B

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.