A class-based enum pattern for JavaScript
In this blog post, we examine a pattern for implementing enums in JavaScript that is based on classes. We’ll also take a look at Enumify, a library that helps with the enum pattern. (more…)
Read more »
The command is simply a JavaScript severless function executed using Apache OpenWhisk. Read more