Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Last active March 22, 2021 18:42
Show Gist options
  • Save pablotolentino/7bace383e2ca37289f64f2fb64d04ac8 to your computer and use it in GitHub Desktop.
Save pablotolentino/7bace383e2ca37289f64f2fb64d04ac8 to your computer and use it in GitHub Desktop.
ciudades
let ciudades = [
{nombre: 'CDMX', poblacion: 3792621},
{nombre: 'Guadalajara', poblacion: 8175133},
{nombre: 'Monterrey', poblacion: 2695598},
{nombre: 'Puebla', poblacion: 2099451},
{nombre: 'Pachuca', poblacion: 1526006}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment