Explore Library
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