CONST: It is a constant which will NOT change its value at any time in the future.
VAR: It is a variable that can change its value and its scope is both global and local.
LET: It is a variable that can also change its value, but it will only live(Work) in the block where it was declared.