Skip to content

Instantly share code, notes, and snippets.

@perjansson
Last active December 1, 2017 08:40
Show Gist options
  • Save perjansson/9dd11c60cfadf6ba7ee1b25fccd53f64 to your computer and use it in GitHub Desktop.
Save perjansson/9dd11c60cfadf6ba7ee1b25fccd53f64 to your computer and use it in GitHub Desktop.
var state = { selectedCar: selectedCar }
// becomes
var state = { selectedCar }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment