An enumeration is basically a word that represents a number.
It is a quick way to initialize a few variables with counting values. (You can set your own though)
In the example the tutorial gave, the month variable was set to a word. The word actually represented a number though.