Created
November 30, 2015 15:11
-
-
Save topicus/0c015640b6bf80f5acde 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
| var obj = { | |
| "name": "Mariano", | |
| "age": 32, | |
| "language": "spanish", | |
| "zip": 1425, | |
| "weight": 102, | |
| 3: 1, | |
| 0: 3 | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment