Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel7

Video Overview

...

About Enums

The term "enum" is short for "enumerated list". It is a common programming term that simply means a user-defined list. You would use an enum if you would like to create a variable that has a list of options or states.

...