Persistence



Javascript has introduced let and const variables with ECMA6. We can use both of them in scoped applications since the Tokyo release.

Despite its best intentions, const cannot be reassigned. Except of course when it is pointing to an array or an object and values inside that array or object change.









Creative Commons License

Comments