Слияние кода завершено, страница обновится автоматически
console.log(webSite.siteUrl); ```
function cc(o) {
o.siteUrl = 'http://www.ss.com';
}
let webSite = new Object(); // {}
cc(webSite);
console.log(webSite.siteUrl);