Created
March 13, 2021 19:44
-
-
Save gotbahn/a7cc51d92b13b0e182f2d0461a0c3e39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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