Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created April 14, 2018 07:17
Show Gist options
  • Select an option

  • Save agoiabel/512cf7359c2fc8dcd083c348e0491bb9 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/512cf7359c2fc8dcd083c348e0491bb9 to your computer and use it in GitHub Desktop.
//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