Не використовувати setTimeout і resize. якщо можна замінити їхі transition-delay і @media!
Перевірка document.querySelectorAll(selectors) на існування: if(document.querySelectorAll(selectors) .length > 0)
Перевірка document.getElementById(selector) на існування: if(document.getElementById(selector))