Hello, my name is Alexis Rivera.

My favorite animals are penguins.

Constants are similar to variables because they both store information, however, constants are created by using 'define' instead of using '$ var' and the '=' operator. Once a constant is defined it cannot be changed and it applies to the entire code.