Skip to content
Discussion options

You must be logged in to vote

var is function-scoped and can be redeclared.
let is block-scoped and can be reassigned.
const is block-scoped and cannot be reassigned after initialization.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TheDevMind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants