Skip to content

Instantly share code, notes, and snippets.

@wiyoe
Last active May 3, 2018 07:14
Show Gist options
  • Select an option

  • Save wiyoe/fe3dc5057e6977ae59f61311e38c1b18 to your computer and use it in GitHub Desktop.

Select an option

Save wiyoe/fe3dc5057e6977ae59f61311e38c1b18 to your computer and use it in GitHub Desktop.
Javascript freeze, enumaration constants.
const DaysEnum = {"MONDAY":1, "TUESDAY":2, "WEDNESDAY":3};
Object.freeze(DaysEnum);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment