Created
April 14, 2018 07:17
-
-
Save agoiabel/512cf7359c2fc8dcd083c348e0491bb9 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
| //Person.js module/class | |
| const Person = { | |
| name: 'Abel' | |
| }; | |
| export default Person |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment