Skip to content

Instantly share code, notes, and snippets.

@AndrewRayCode
Created October 3, 2017 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewRayCode/1ccabe0c1a9328f9926fea712dc97e94 to your computer and use it in GitHub Desktop.
Save AndrewRayCode/1ccabe0c1a9328f9926fea712dc97e94 to your computer and use it in GitHub Desktop.
const newStatus = { ...this.state.status }; // Copy the object
newStatus['Downloading the song'][1] = 'Info';
this.setState({status : newStatus });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment