ADVERTISEMENT

Celtics down Lakers to spoil James's return, Warriors beat Pistons

Published Nov 20, 2021 02:22 am

Jayson Tatum of the Boston Celtics (right) drives to the basket against Anthony Davis of the Los Angeles Lakers at TD Garden on November 19, 2021 in Boston, Massachusetts. (AFP)

Los Angeles superstar LeBron James scored 23 points in his return from an eight-game injury absence but the Boston Celtics spoiled the Lakers' welcome back party with a dominant 130-108 NBA victory.

James made 10 of 16 attempts, including three of seven from three-point range. He pulled down six rebounds and handed out two assists in his first game since suffering an abdominal strain in a victory over the Houston Rockets on November 2.

James used his jump shot, rarely driving through Boston's defense. He had just one free-throw attempt and missed it, just the 23rd time in 1,317 career contests that he failed to make a foul shot in a game.

The Celtics, meanwhile, finished with 56 points in the paint. They trailed by 14 early, but out-scored the Lakers 33-21 in the third quarter to take an 11-point lead into the final period.

The fourth quarter also belonged to Boston, who out-scored the Lakers 37-26 in the final period as they rolled to victory.

"They turned it up a notch and we didn't," said Lakers guard Russell Westbrook, who scored 12 points.

Boston's Jayson Tatum led all scorers with 37 points and pulled down 11 rebounds.

Marcus Smart added 22 points and former Laker Dennis Schroder added 21.

Anthony Davis paced the Lakers with 31 points. He said he thought James "looked like his old self" but said the team would inevitably need to make adjustments after playing without him for two weeks.

Shorthanded Warriors win

In Detroit, Golden State's Jordan Poole stepped up with superstar Stephen Curry sitting out, scoring a season-high 32 points to propel the league-leading Warriors to a 105-102 victory over the Pistons.

Andrew Wiggins added 27 points and Nemanja Bjelica added 14 off the bench for Golden State, who were without Curry a day after he scored 40 points despite a sore hip in a 104-89 victory over the Cavaliers in Cleveland.

The Warriors were also missing Draymond Green -- nursing a bruised thigh in the wake of the game in Cleveland -- Andre Iguodala and Otto Porter Jr because of injuries, but still improved their NBA-best record to 14-2.

Poole and Wiggins combined for 14 early points as the Warriors grabbed a 17-4 early lead.

The Pistons narrowed the gap, but when Poole returned from a spell of rest on the bench the Warriors went on a 16-6 run to regain control.

Poole had 22 points in the first half to help the Warriors take a 56-51 lead at the interval.

Golden State never trailed in the second half, pushing their lead to as many as 16 points.

The Pistons closed the deficit late, but Jerami Grant and Frank Jackson missed three-pointers in the waning seconds.

Jackson led the Pistons with 27 points off the bench. Grant added 19 points as did Detroit rookie Cade Cunningham -- the top overall draft pick.

The shorthanded Brooklyn Nets, with Kevin Durant sidelined by a sprained right shoulder, eked out a 115-113 victory over the Orlando Magic.

James Harden led the Nets despite connecting on just seven of 15 shots from the field -- three of 13 from beyond the arc.

Harden made 19 of 20 free-throws as the Nets rallied from an early 19-point deficit. Brooklyn out-scored the Magic 37-21 in the third quarter to take a 90-83 lead.

The Magic clawed back to lead by two early in the fourth, but a three-point play by LaMarcus Aldridge put the Nets back in front for good with 6:25 remaining.

Related Tags

detroit pistons nba Golden State Warriors Los Angeles Lakers Boston Celtics LeBron James
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.