Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яка DOM-операція додає новий клас до елемента без видалення наявних класів?
element.classList = 'className'
element.className = 'className'
element.addClass('className')
element.classList.add('className')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!