ADVERTISEMENT

Morant's last-second layup lifts Grizzlies over Suns

Published Dec 28, 2021 03:22 pm

JA Morant of the Memphis Grizzlies puts up the game-winning basket against Devin Booker and Chris Paul of the Phoenix Suns during the final moments of their NBA game yesterday at Footprint Center in Phoenix, Arizona. The Grizzlies won, 114-113. (AFP)

Memphis guard Ja Morant scored the last of his 33 points on a driving layup with a half-second remaining to lift the Grizzlies over host Phoenix 114-113 on Monday.

Desmond Bane added a career-high 32 points with six 3-pointers for the Grizzlies (21-14), who also got 13 points and 16 rebounds from New Zealand center Steven Adams in preventing the Suns from matching Golden State for the overall NBA lead.

"I'm glad everybody is able to see what we're capable of and what we can do against some really good teams in this league," Morant said.

The Suns, trailing 60-48 at half-time and 89-75 entering the fourth quarter, fought back and seized a one-point lead on Devin Booker's 3-pointer with five seconds remaining, setting the stage for Morant's last-second heroics.

"I was supposed to fake the handoff and go get a bucket and that's what I did," Morant said.

It marked the first time in team history both Grizzlies starting guards scored 30 or more points in the same game.

"That last play Ja had, got that layup, that's something we've run a couple times but the execution was great," Memphis coach Taylor Jenkins said.

"Credit our guys for playing the full 48 minutes. We just found a way to win a really good game against a really good team."

Phoenix, led by Booker's 30 points, fell to 26-7, sliding one game behind the Warriors (27-6) for the Western Conference lead.

Brooklyn's James Harden scored 39 points, added 15 assists and pulled down eight rebounds to spark the Eastern Conference-leading Nets to a 124-108 victory at the Los Angeles Clippers.

With star teammates Kevin Durant, the NBA scoring leader, and Kyrie Irving in the NBA Covid-19 safety protocols, Harden seized command to lift Brooklyn to 22-9 overall.

Australian guard Patty Mills and Nic Claxton each added 18 for the Nets. Marcus Morris scored 24 to lead the Clippers.

Bulls roll in Atlanta

Chicago's DeMar DeRozan scored 35 points, going 14-of-20 from the floor, and passed off 10 assists while Zach LaVine added 30 points and nine assists to power the Bulls to a 130-118 victory in Atlanta.

The Hawks rallied within 116-112 before Chicago delivered a 14-4 run to seal a victory over an Atlanta squad that had 10 players in NBA Covid-19 health and safety protocols.

The Bulls won their fourth game in a row and eighth in 10 starts, improving to 21-10 and second in the Eastern Conference.

"It felt good," Bulls center Nikola Vucevic said. "As soon as our defense picked up, our offense was able to stay solid. We all did a great job and picked up a big win."

The Montenegrin big man contributed 24 points, 17 rebounds, six assists, four blocked shots and a steal.

"Bring energy. Bring toughness. Follow the game plan," Vucevic said of his goals. "Just try and do the best I can."

Cam Reddish scored 33 points and Trae Young added 29 to lead the Hawks.

Minnesota reserve Jaylen Nowell scored 29 points and Nathan Knight added 20 points and 11 rebounds to lead the Timberwolves over the visiting Boston Celtics 108-103. Jaylen Brown led Boston with 26 points while Payton Pritchard added 23.

Charlotte's Terry Rozier scored 27 points and Kelly Oubre Jr. added 18 off the bench to lead six double-figure scorers for the Hornets in a 123-99 victory over Houston.

Jordan Clarkson came off Utah's bench to score 23 points, grab eight rebounds and pass out five assists, leading the Jazz to a 110-104 victory at San Antonio.

Croatian Bojan Bogdanovic added 19 points for the Jazz while Frenchman Rudy Gobert had 16 points and 13 rebounds for Utah, which improved to 24-9. Derrick White led the Spurs with 21 points.

Latvian center Kristaps Porzingis scored 34 points and grabbed nine rebounds to lead the Dallas Mavericks over the host Portland Trail Blazers 132-117.

Related Tags

Memphis Grizzlies Ja Morant Phoenix Suns nba
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.