Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
const items = document.querySelectorAll('.tabItem')
if (items[index]) items[index].style.display = 'none'
Property 'style' does not exist on type 'Element'.
document.querySelectorAll<HTMLDivElement>('.tabItem')