ES6 Let, Const and the “Temporal Dead Zone” (TDZ) in Depth
Let’s use const! Here’s why.
Variables declared using const are not immutable
⏪