Perils of Mutability
Learn why the immutability concept was introduced in JavaScript.
We'll cover the following
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 1400+ tech skills courses.