Perils of Mutability

Learn why the immutability concept was introduced in JavaScript.

let does not permit the redefinition of variables, but it allows changing the value held in the variable.

Mutable data example in JavaScript

Without executing it, look at the following code to determine what the output will be.

Get hands-on with 1200+ tech skills courses.