91³Ô¹ÏÍø

Watch CBS News

Luka Doncic scores 42 as Lakers blow past Cavaliers 127-113

Luka Doncic scored 42 points with 12 assists, Deandre Ayton added 18 points with nine rebounds, and the Los Angeles Lakers extended their winning streak to four games with a 127-113 victory over the Cleveland Cavaliers on Tuesday night.

Austin Reaves scored 19 points, while LeBron James, Jake LaRavia and Rui Hachimura each had 14 as the Lakers won shortly after they clinched the Pacific Division title and a top-six spot in the Western Conference playoffs when the Phoenix Suns lost at Orlando earlier Tuesday.

Doncic was 13 of 26 from the floor and had his 16th game of at least 40 points this season after he missed Monday's victory over the Washington Wizards because of technical foul accumulation. James was a game-time decision with continued left foot soreness.

Jarrett Allen scored 18 points and James Harden added 17 in his first game in his hometown since he was traded by the Los Angeles Clippers on Feb. 4. Cleveland's Donovan Mitchell was held to 10 points on 4-of-10 shooting.

Thomas Bryant scored 14 points for the Cavaliers, who have already clinched a playoff spot. Cleveland lost for the second time in eight games since March 17 and dropped to 1-1 on a three-game road trip against Western Conference teams.

The Cavaliers led by seven late in the first quarter before the Lakers took charge to lead by as many as 15 in the second and went up 65-53 at halftime by shooting 53.2% from the floor.

Los Angeles led 86-66 midway through the third quarter and entered the fourth with a commanding 110-83 advantage.

The Lakers shot 54.2% from the floor in the game, while the Cavaliers shot 49.4%.

Los Angeles has now won 50 games in consecutive seasons for the first time since four consecutive from 2007-11.

Up next

Cavaliers: At Golden State on Thursday night.

Lakers: At Oklahoma City on Thursday night.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });