Used to store information or value
Unlike variables, they cannot be changed
Constants are created using the define() function rather than the assignment = operator
The value of NUM is 1234
Once you define a constant, you can not change it