Skip to main content
Explore
Sessions
Search
⌘
K
Login
Get Full Access
Login
Explore
Sessions
Logout
© 2026 Mindory
GitHub
LinkedIn
Instagram
About
Contact
JS Variable | Mindory
J
Javascript
JS Variable
farid46
Author
Table of Contents
Variable Declaration
1. let — Mutable Variable
2. const — Constant Variable
Variable Naming Rules
Allowed
Not Allowed
Naming Best Practices
Invalid Assignment Example
Reassigning Variables
Block Scope
Best Practices
Prefer const by default
Use meaningful names
Avoid var