JavaScript Associate — Easy
Key points
- const is used for variables that should not be reassigned.
- let allows reassignment of values.
- var is an older way to declare variables in JavaScript.
Ready to go further?
Related questions
JavaScript Associate — Easy
Key points
Ready to go further?
Related questions