var spisok = "лес,река,луг,поле,море".split(","); var a = 'океан' if (spisok.indexOf(a) !== -1) { alert ('ок'); } else{ alert ('no'); }