This post goes over the basics of enums and generics in Typescript. I covered basics types and functions usage in part 1, and interfaces, literal types, union and, intersection types in part 2. Enums Enums, short for enumerations, are a data type used in most object-oriented languages. Enums allow a way…