An Enumeration is a list of key-value pairs that cannot be altered at runtime. An Enum is a better choice than an Array for replicating an Enum, we need to solve the readonly issue.

3m read timeFrom dev.to
Post cover image
Table of contents
What is an Enum?Creating JavaScript EnumsApplications of Enums
1 Impression