ADVERTISEMENT

Cavs' Sexton follows up career high with another Brooklyn beat down

Published Jan 23, 2021 02:00 pm
Collin Sexton of the Cleveland Cavaliers shoots the ball during the game against the Brooklyn Nets on January 22, 2021 at Rocket Mortgage FieldHouse in Cleveland, Ohio. David Liam Kyle/NBAE via Getty Images/AFP

Collin Sexton carried the Cleveland Cavaliers to their second straight win over Brooklyn on Friday, scoring 25 points and dishing out nine assists in a 125-113 win, just two nights after posting a career high of 42 points against the same Nets.

Sexton once again outplayed Nets big guns James Harden and Kyrie Irving, just as he did in the Cavs' thrilling 147-135 double overtime victory on Wednesday.

Cleveland dominated the paint and seized control in the third quarter by exploiting the Nets porous defence to record their third straight victory. Sexton scored eight points in the third quarter, when Cleveland outscored the Nets 37-24 and forced eight turnovers. 

Andre Drummond posted his 13th double-double with 19 points and 16 rebounds, and Larry Nance added 15.

Former Net Taurean Prince tallied 14 for the Cavaliers, who outrebounded the Nets 50-29 at the Rocket Mortgage Fieldhouse arena in Cleveland. 

"When we're a whole, healthy team, we're very tough to beat," Drummond said.

Kyrie Irving scored 38 points in his second game after a two-week absence, while James Harden scored 19 points and had 11 assists. 

Brooklyn could have used Kevin Durant, who did not play because the team wanted to give him a rest.

The Nets shot 48 percent from the field and made just 14 of 43 three-point attempts.

"I don't want to overreact, but we need the guys to clean things up because we underperformed in two games," Nets coach Steve Nash said. "People are excited to play against our team and will bring it every night. I feel like we need a little more and we have to take more pride in what we're doing."

"Our problem isn't offence. We're not worried at all about offence. It's our defence," said Harden. 

Cleveland will try to snap an eight-game losing streak to Boston when they face the Celtics in their next game on Sunday.

Curry returns

Elsewhere, Joel Embiid scored 38 points and grabbed 11 rebounds as the Philadelphia 76ers beat the Celtics 122-110. 

The Sixers beat the Celtics for the second straight game thanks to Tobias Harris who scored 23 points on 10-of-12 shooting.

Seth Curry returned from missing seven games due to coronavirus protocols and scored 15 points for the 76ers, who improved to 9-1 at home. Ben Simmons also had 15 points and added 11 assists. 

Jaylen Brown led the Celtics, matching his career high of 42 points to go along with nine rebounds, while Marcus Smart added 20 points and seven assists.

The Celtics went on a 8-0 run halfway through the fourth quarter. Brown nailed his fifth three pointer with just under five minutes remaining to close the gap to 103-100.

Simmons answered with a three-point play then a steal and dunk. Harris added a three pointer for a 111-100 lead. Simmons made another key late basket and the lead ballooned to 13 points with 3:15 left.

In Tampa, Norman Powell scored 14 of his game-high 23 points in the first quarter and the Toronto Raptors beat the Miami Heat 101-81. 

Powell, who was starting in place of injured Kyle Lowry, shot 10-of-18 from the field.

Related Tags

brooklyn nets Collin sexton nba Cleveland Cavaliers
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.