DE
Size: a a a
DE
DE
DE
DE
DE
DE
A
В
A
В
DZ
DZ
const printCountry = ([country]) => {
Object.values(country).forEach((value, i) => $(`#${i + 1}`).html(value));
};
В
const printCountry = ([country]) => {
Object.values(country).forEach((value, i) => $(`#${i + 1}`).html(value));
};
DZ
В
DE
В
В
HS
const printCountry = ([country]) => {
Object.values(country).forEach((value, i) => $(`#${i + 1}`).html(value));
};
HS