Mutation
← Back to Key Concepts
Modifying existing data in place rather than creating new copies. Mutation is the default approach in imperative programming, where variables and data structures are updated directly. Contrast with Immutability in functional programming.