Constants are like variables but they can not be reassigned.
const a = 123; a = 456; // SyntaxError: `a` is a const value and can't be reassigned