Const
Everything on SkillVeris tagged Const — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Study Notes(2)
let, const and Block Scope in JavaScript
How let and const introduced block scoping, the temporal dead zone, and why const does not make objects immutable.
Variables in JavaScript (var, let, const)
Learn how var, let, and const differ in scope, hoisting, and reassignment when declaring variables in JavaScript.