That's pure BS. This is only true for atomics, the value can change (under let, var and const) as we can easily see with Array.push, for example.
That's pure BS. This is only true for atomics, the value can change (under let, var and const) as we can easily see with Array.push, for example.