How to implement and use enumerations (or enum types) in Javascript This post will explain how to implement and use enumerations (or enum types) in Javascript ...
I feel like, as a JavaScript community, we keep asking for enums because it's what every other language has, and we run into lots of problems that would be solved by enums. But I'm not sure we really ...