An array is a special kind of variable that can store multiple values in a single variable.
Huzzah! We just created an array with array(), the so-called array constructor.
array()
Don't we use define() for constants?
define()