Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created May 29, 2018 00:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save christiannwamba/a8684d662658e4a997ca328b6412d150 to your computer and use it in GitHub Desktop.
enum Car {BENZ, TOYOTA, HONDA}
const myCar: Car = Car.TOYOTA;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment