#typescript
Read more stories on Hashnode
Articles with this tag
Enums are a powerful construct to reduce errors in your code. Instead of typing a string, and possibly mistyping the value, using an 'enum' lets the...