#enum
Read more stories on Hashnode
Articles with this tag
What are enums? Typescript enums provide a way to define a set of named constants. Let's have a look at how we can use them in our code. Declare an...