const hide = (...el) => [...el].forEach(e => (e.style.display = 'none'));