ADVERTISEMENT

LeBron makes triple-double in triumphant homecoming

Published Mar 22, 2022 02:24 pm

LeBron James of the Los Angeles Lakers waves to the crowd during the first quarter against the Cleveland Cavaliers at Rocket Mortgage Fieldhouse on March 21, 2022 in Cleveland, Ohio. (AFP)

LeBron James made a triumphant return home with 38 points, 11 rebounds and 12 assists on Monday to lead the Los Angeles Lakers over the Cleveland Cavaliers 131-120.

Four-time NBA Most Valuable Player James sparked the Lakers team he led to the 2020 NBA crown over the Cavs hometown club he made into a 2016 NBA champion, spectators cheering and chanting the 37-year-old star's name as he walked out of the arena.

James, who played 41 minutes, played down any notion the victory was more meaningful because it came against his former team and hometown squad.

"Just wanted to get a win," James said. "That's all that mattered to me."

James was happy the Lakers ended a slump that saw them lose four of their prior five games.

"To be able to play how we played, I was able to contribute a little bit and we get a Dub (win), finished the trip off, that's all that mattered to me.

"We needed that one."

Russell Westbrook added 20 points and 11 assists and D.J. Augustin came off the bench to score 20 points for the Lakers, who improved to 31-41, ninth in the Western Conference.

Darius Garland had 29 points and 17 assists to lead the Cavs, 41-31 and sixth in the Eastern Conference by a game over Toronto.

Depleted Sixers win

The Philadelphia 76ers, playing without resting superstars Joel Embiid and James Harden, got 28 points from Tyrese Maxey and 20 off the bench from Shake Milton to power the Sixers over visiting Eastern Conference leader Miami 113-106.

Philadelphia rose to 44-27, level with defending NBA champion Milwaukee at second in the East, 2 1/2 games behind the Heat, who had 27 points from Jimmy Butler in a losing cause.

The 76ers, playing their third game in four nights, benched Cameroonian big man Embiid due to a sore back and Harden with right hamstring recovery.

Sixers coach Doc Rivers said he wanted to rest his top players with an eye to next month's start of the playoffs. Embiid averages 29.8 points, 11.3 rebounds and 4.3 assists a game while Harden averages 22.4 points, 7.0 rebounds and 10.4 assists a game.

At New York, Brooklyn's Kevin Durant scored 37 points, grabbed nine rebounds and passed off eight assists to lead the Nets over visiting Utah 114-106.

Donovan Mitchell scored 30 points to lead the Jazz, who fell to 45-27, 2 1/2 games behind third-place Golden State in the West.

Brooklyn improved to 38-34, eighth in the East by a game over Charlotte.

Nets coach Steve Kerr revealed that Brooklyn guard Ben Simmons, obtained in a deal with Philadelphia for Harden, has a herniated disc in his back. Kerr said surgery has not been discussed and he was "optimistic" the Australian would be ready this season.

DeMar DeRozan and Zach LaVine each scored 26 points while Montenegrin center Nikola Vucevic contributed 19 points and 13 rebounds to lead the Chicago Bulls over visiting Toronto 113-99.

Dwight Powell scored 22 points and Spencer Dinwiddie added 20 off the Dallas bench to lead the host Mavericks over Minnesota 110-108.

Karl-Anthony Towns led the Timbrwolves with 22 points but couldn't make a tying shot after grabbing a rebound in the dying seconds as Minnesota fell to 42-31, one-half game behind sixth-place Denver and 2 1/2 behind fifth-place Dallas in the West.

Christian Wood scored a career-high 39 points to lead the Houston Rockets over visiting Washington 115-97 while Jayson Tatum had 36 to lead the Boston Celtics to a 132-123 victory at Oklahoma City.

Brandon Williams scored 23 points to lead the Portland Trail Blazers over host Detroit 119-115 while LaMelo Ball and Terry Rozier each had 17 points to lead host Charlotte over New Orleans 106-103.

Sacramento Kings center Domantas Sabonis of Lithuania will miss at least the next 10 days with a left knee injury.

Related Tags

Los Angeles Lakers 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.