Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Created March 13, 2021 19:44
Show Gist options
  • Save gotbahn/a7cc51d92b13b0e182f2d0461a0c3e39 to your computer and use it in GitHub Desktop.
Save gotbahn/a7cc51d92b13b0e182f2d0461a0c3e39 to your computer and use it in GitHub Desktop.
const seasons = Object.freeze({
AUTUMN: 'autumn',
SPRING: 'spring',
SUMMER: 'summer',
WINTER: 'winter',
});
const season = seasons.spring;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment