Custom Highlight API Demo

const conference = {
    name: 'Я Люблю Фронтенд',
    website: new URL('https://ilovefrontend.ru'),
};

console.log(conference.website?.host ?? 'No website');

// TODO: highlight everything