FlashcardBeginner
How Enums Compile to JavaScript
A regular enum compiles into an object built by an IIFE at runtime.
Question
What does a regular (non-const) enum compile to in JavaScript?
Click to reveal answer
A regular enum compiles into an object built by an IIFE at runtime.
What does a regular (non-const) enum compile to in JavaScript?