Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Created March 13, 2021 19:44
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