Skip to content

Instantly share code, notes, and snippets.

@interaminense
Created February 28, 2018 04:32
Show Gist options
  • Save interaminense/280bfebb860e978e07a343e667315293 to your computer and use it in GitHub Desktop.
Save interaminense/280bfebb860e978e07a343e667315293 to your computer and use it in GitHub Desktop.
Mathematics SetStartGame
setStartGame() {
this.setNextOperation();
this.setState({
errors: 0,
finish: false,
hits: 0,
init: false,
message: '',
start: true
});
this.setCountDown();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment