Closed AndrewMotevich closed 1 year ago
const podcastPage = new PodcastPage(Number(target.dataset.id)); // two different layouts: apple and spotify // first: podcastPage.drawPodcastPage("apple"); // second: podcastPage.drawPodcastPage("spotify");
I added podcastPage class