Immutable

Immutable refers to the state of an object - specifically, that it cannot be modified after creation. 1

This is in contrast to mutable objects, where they can be modified after creation.


  1. https://www.tiny.cloud/blog/mutable-vs-immutable-javascript/