Created
April 19, 2019 09:15
-
-
Save DDzia/12e678d825ad9b8bef9116087c8ba7e8 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 Names = { | |
"0": "Alex", | |
"1": "Denis", | |
"Alex": 0, | |
"Denis": 1 | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment