)
} else if (props.countries.length > 10) {
return
Too many matches, specify another filter
} else if (props.countries.length === 1) {
// retrieve object pertaining to country
const country = props.countries[0]
console.log(props.countries[0])
// extract languages from
let languages = []
for (let value in country.languages) {
languages = languages.concat(