Enum in javascript 🤯
In JavaScript, there is no built-in enum type like in some other programming languages (e.g., Java or C#). However, you can create enumerations using various techniques. One common approach is to use objects or constants to represent the enum values....
lakshmananarumugam.hashnode.dev10 min read