Accessing Enum Values

In this lesson, we will see how to access information from an enum.

TypeScript map objects to allow access

A variable set with an enum that has a number lets you access the enum name from the integer. However, an enum ...