#immutability
Read more stories on Hashnode
Articles with this tag
A variable declared with const can be mutable or immutable depending on the data type of the assigned value. However, a constant cannot be reassigned...