Last active
December 1, 2017 08:41
-
-
Save perjansson/cbdde6076970c0eb16e77b6d895cc7f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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