TypeScript: How to use Enums
Before diving into Enums in TypeScript, let's take a second to look at what they are.
Enums are a common type in most popular programming languages, and it means they are a collection of constants.
Enums are great for defining constants that we often...
h.daily-dev-tips.com4 min read