Const is used instead of let to declare a variable that is not able to be changed. It is a “constant variable”.

It’s used to store a value of something that doesn’t change.