How Typescript Enums Work

1 · Johnny SImpson · July 29, 2021, 9:39 a.m.
Typescript introduces a new concept to Javascript called enums, which is common in other programming languages. Let's look at how enums in Typescript work, and when you would use them....