list[2];//Без фильтрации //С фильтрацией: [].filter.call(list,node=>node.textContent.trim()=='текст 3').shift();