Enums in JavaScript

Enumeral type is a very handy concept that assures your variable cannot be any other value except one that was defined. Read more

Similar