ADVERTISEMENT

Jokic, Nuggets down Bucks

Published Mar 26, 2023 07:07 am
Nikola Jokic and the Denver Nuggets made a statement Saturday, March 25, downing Giannis Antetokounmpo and the Milwaukee Bucks 129-106 in a battle of NBA conference leaders. *Nikola Jokic of the Denver Nuggets shoots the ball during the game against the Milwaukee Bucks on March 25, 2023 at the Ball Arena in Denver, Colorado. (AFP)*



In a game touted as a potential NBA Finals preview, two-time and reigning NBA MVP Jokic scored 31 points, handed out 11 assists and pulled down six rebounds, and the Nuggets held East leaders Milwaukee to 40 second-half points with the kind of dominant defensive display they've been accused of lacking this season. Jamal Murray, who made five three-pointers and scored 26 points for Denver, said it all started on the defensive end -- and not just in a third quarter in which the Nuggets out-scored the Bucks 34-19. "I thought we played great defense all game," Murray said. "We had a good start, even though they went on a run I thought we were consistent all game with our defense and we found transition points." Antetokounmpo, who won MVP honors for two straight years before Jokic, scored 31 points, but just seven in the second half. He was a force at the rim before the interval, finishing with five dunks, although the dunk that reverberated through Ball Arena was 36-year-old Nuggets veteran Jeff Green's slam over Antetokounmpo to open the fourth quarter. "They just had us in the second half," said Bucks coach Mike Budenholzer, whose team was coming off a lopsided victory in Salt Lake City in a tough high-altitude back-to-back. The third quarter was pivotal in Miami, where the Brooklyn Nets out-scored the Heat 39-18 in the period, on the way to a 129-100 victory that moved them past Miami and into sixth place in the East. Mikal Bridges scored 27 points, Cam Johnson scored 23 and Spencer Dinwiddie chipped in 15 for Brooklyn, who snapped a five-game losing streak to at least temporarily put themselves in position for direct entry to the playoffs. Max Strus scored 23 points off the bench for Miami, but was scoreless in the second half. Tyler Herro scored 23, but the Heat had no answer as the Nets started warming up late in the second quarter. Down by double digits early, the Nets cut the deficit to four at halftime and held Miami to 31 second-half points.
Categorically outplayed
Their 31-6 scoring run in the third quarter pushed them to a 104-87 lead going into the final period. "We took a punch from them early on the road, we didn't flinch, which was good," said Nets coach Jacque Vaughn. "That third quarter was pretty impressive on both ends of the floor." Heat coach Erik Spoelstra said his team's troubles started long before the third quarter. "We just got categorically outplayed tonight," Spoelstra concluded. The Phoenix Suns snapped a three-game skid with a 125-105 victory over the Philadelphia 76ers. Devin Booker scored 29 points for Phoenix, who were tied midway through the third quarter. They pulled away late, withstanding a 37-point performance from Tyrese Maxey. Joel Embiid added 28 points and 10 rebounds for the Sixers, who lost for the second time in as many days after falling at Golden State on Friday. In other games, Kevin Huerter scored 27 points to lead the Sacramento Kings in a 121-113 victory over the Utah Jazz. Domantas Sabonis scored 16 points and grabbed 15 rebounds for his 60th double-double of the season for the Kings. The New Orleans Pelicans drained 21 three-pointers in a 131-110 victory over the Clippers in Los Angeles And the Atlanta Hawks maintained their hold on eighth place in the East with a 143-130 victory over the Indiana Pacers. The Hawks held on for the victory after guard Trae Young was ejected during a timeout in the third quarter after he launched a ball at the referee in frustration at being called for an offensive foul. John Collins scored 21 points to lead eight Hawks players in double figures.

Related Tags

Denver Nuggets Milwaukee Bucks NBA Nikola Jokic
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.