Last active
March 22, 2021 18:42
-
-
Save pablotolentino/7bace383e2ca37289f64f2fb64d04ac8 to your computer and use it in GitHub Desktop.
ciudades
This file contains 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
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