Learn JavaScript Free Interactive JavaScript Tutorial
My advice is to always use const and only use let when you know you’ll need to reassign a value to that variable. If we know a value cannot be reassigned, it’s one less source for bugs. A variable is a value assigned to an identifier, so you can reference and use it later in the program.