FlashcardBeginner
Custom Numeric Enum Initializers
You can set a starting number and TypeScript auto-increments from there.
Question
What happens when you initialize a numeric enum member with a custom value?
Click to reveal answer
You can set a starting number and TypeScript auto-increments from there.
What happens when you initialize a numeric enum member with a custom value?