- Получить элемент. Его нет, возвращаем null ```js function getEl(el){ return document.querySelector(el) ?? null; } ```