Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created August 24, 2015 19:09
Show Gist options
  • Save cassiozen/56f5eacb5cf3eada852a to your computer and use it in GitHub Desktop.
Save cassiozen/56f5eacb5cf3eada852a to your computer and use it in GitHub Desktop.
let updatedPassengers = this.state.passengers;
updatedPassengers.push('Mitchell, Vincent M.');
this.setState({passengers:updatedPassengers});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment