Update javascript-enum.md

This commit is contained in:
Isabelle Viktoria Maciohsek
2022-08-19 10:56:03 +03:00
committed by GitHub
parent c2b686b560
commit c2454f0d43

View File

@ -6,7 +6,7 @@ tags: javascript,object,class,symbol,generator
expertise: intermediate
author: chalarangelo
cover: blog_images/book-chair.jpg
excerpt: Enums are part of TypeScript, but what about defininf enums in plain old JavaScript? Here are a few way you can do that.
excerpt: Enums are part of TypeScript, but what about defining enums in plain old JavaScript? Here are a few way you can do that.
firstSeen: 2021-05-24T12:00:00+03:00
lastUpdated: 2021-06-12T19:30:41+03:00
---