var array1 = ["п", "р", "ы", "в", "е", "т"], array2 = ["п", "р"] alert(array1.map(function (el) { return el == array2[0] }));