Skip to content

Instantly share code, notes, and snippets.

@Javiani
Created July 21, 2019 00:59
Show Gist options
  • Save Javiani/8be920500c223ef3831e4a1ce19a28e6 to your computer and use it in GitHub Desktop.
Save Javiani/8be920500c223ef3831e4a1ce19a28e6 to your computer and use it in GitHub Desktop.
Snippets for Medium
const data = {
personsFirstName :[
{ value : 'Marcus' }
],
personsMiddleName :[
{ value : 'Geoffrey' }
],
personsLastName:[
{ value : 'Johnson' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment