mutation
RU: мутация
An in-place change to an existing memory cell: an assignment that overwrites the bit pattern at a cell's address without allocating a new cell. The address is unchanged; only the contents differ before and after. Mutation has side effects — other code that can reach the same cell will see the updated value.