if(i.querySelector('.msga2 > a')?.getAttribute('href') !== undefined) {
console.log('linkundefined')
}
const link = 'https://www.doska.by/' + i.querySelector('.msga2 > a')?.getAttribute('href')
const url = i.querySelector('.msga2 > a')?.getAttribute('href');
let link;
if (url) {
link = 'https://www.doska.by/' + url
}