Created
July 7, 2018 21:50
-
-
Save ShMcK/3f91c3618e901139bd039f2f489cd227 to your computer and use it in GitHub Desktop.
FiniteStatesSimplification
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 events = { | |
STOP: 'Stopped', | |
PLAY: 'Playing' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment