Skip to content

Instantly share code, notes, and snippets.

@perjansson
Last active December 1, 2017 08:41
Show Gist options
  • Save perjansson/cbdde6076970c0eb16e77b6d895cc7f8 to your computer and use it in GitHub Desktop.
Save perjansson/cbdde6076970c0eb16e77b6d895cc7f8 to your computer and use it in GitHub Desktop.
cars: [
'Volvo',
'BMW',
'Tesla',
'Lada'
]
// becomes
cars: [
'Volvo',
'BMW',
'Tesla',
'Lada',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment