Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
countries: [],
checkBox(){ if(this.check.length == 0){ return this.countries }else{ return this.countries = this.countries.filter((country) => this.check.includes(country.currencies[0].name)) }