Enums in TypeScript
Introduction
Enums in TypeScript are special types that allows you to define special keywords and associate them with constant variables. In other words, an enum is a collection of constant variables. Enums are one of those data types that do not exi...
benjaminsemah.hashnode.dev3 min read