¿Cómo obtener valor a partir de entonces y asignarlo a las variables?
const country = new Country(); country .getCountry() .then((results) => { ui.paint(results); }) .catch((err) => { console.log(err); }); const variable = country.name;