Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 4, 2019 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/accab53fa2722a8aac5125478776fcae to your computer and use it in GitHub Desktop.
Save parzibyte/accab53fa2722a8aac5125478776fcae to your computer and use it in GitHub Desktop.
const arreglo = [
{
"nombre": "Maggie",
"edad": 5,
}, {
"nombre": "Cuco",
"edad": 1
},
{
"nombre": "Misifú",
"edad": 10
},
{
"nombre": "Teddy",
"edad": 2
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment