Created
October 10, 2023 17:34
-
-
Save codigoconjuan/e5266150032120f10bbf69394d7b8861 to your computer and use it in GitHub Desktop.
Listado de Países para api clima
This file contains hidden or 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
export const countries = [ | |
{ code: 'US', name: 'Estados Unidos' }, | |
{ code: 'MX', name: 'México' }, | |
{ code: 'AR', name: 'Argentina' }, | |
{ code: 'CO', name: 'Colombia' }, | |
{ code: 'CR', name: 'Costa Rica' }, | |
{ code: 'ES', name: 'España' }, | |
{ code: 'PE', name: 'Perú' } | |
] |
Muchas gracias profe :D
Gracias
Gracias profe el curso esta excelente 👍
uwu arigato
Agradecido!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gracias