📄️ Variable Declarations
Learn how to declare variables in JavaScript using the var, let, and const keywords.
📄️ Hoisting
Learn about hoisting in JavaScript and how it affects variable declarations and function definitions.
📄️ Variable Naming Rules
Learn about the rules and best practices for naming variables in JavaScript, including naming conventions, reserved words, and case sensitivity.
📄️ Variable Scopes
Learn about variable scopes in JavaScript, including global, local, and block scopes, and how they affect variable accessibility.