Share
Add multiple classes with classlist add
Question
Hi,
Is there a way to add more than one class with the classlist.add method?
This one doesn’t work for me:
btn.classList.add('btn btn-lg');
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer ( 1 )
You should use it like this: