Created
January 6, 2018 08:29
-
-
Save woat/3db856288c75eaca2c4f47b593968137 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
const Person = { | |
name: "Mario", | |
age: "22", | |
brother: "Luigi", | |
food: "Mushrooms" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment