document.querySelector('.modal').classList.remove(...[...close.classList].filter(closes => closes.startsWith('modal--')));
const el = document.querySelector('.modal');
el.classList.remove(...[...el.classList].filter(n => n.startsWith('modal--')));
el.classList.remove(...[...el.classList].filter(n => n.startsWith('modal--')));
document.querySelector('.modal').classList.remove('modal--modal1', 'modal--modal2');
const close = document.querySelectorAll('.close')
for (let closes of close) {
closes.onclick = function() {
document.querySelector('.modal').classList.remove('modal--modal1', 'modal--modal2');
};
}
должно выйти в место
https://@user => https://t.me/user