Constants are values that do not change throughout the script. Unlike variables, constants are defined with the `define()` function and cannot be altered once set.