The toggle() method of the DOMTokenList interface removes an existing token from the list and returns false. If the token doesn't exist it's added and the function returns true.
(classList.toggle() добавляет класс если его нет и удаляет, если он уже есть. Магия!)