I\'m looking into enums in TypeScript and wrote the following piece of code for test purposes:
enum IntMood { good = 1, neutral = 2, bad = 3, } e