Today's Digital Newspaper

The Gazette

Weather Block Here



Denver Nuggets unable to overcome 21 turnovers in loss to Boston Celtics

Getting on the same page was a struggle for the Denver Nuggets throughout Friday’s 108-102 loss to the Celtics in Boston.

The Nuggets turned it over 21 times, leading to 22 of Boston’s points. Nikola Jokic was responsible for nine of those turnovers, while Will Barton III, Aaron Gordon, Facundo Campazzo and Zeke Nnaji were responsible for two apiece.

“He knows that he can’t have nine turnovers,” Nuggets coach Michael Malone said. “Yes, they’re a good defensive team, but I can’t say all 21 turnovers that we had were because they were a great defensive team. I think there were definitely possessions where we just weren’t focused, weren’t sharp. We just weren’t on point the way we needed to be. That was probably the most disappointing thing was the turnovers all night long. They never stopped.”

Malone said that Jokic is physically and mentally exhausted, and Denver’s coach correctly predicted his star wouldn’t admit as much.

“I will definitely say it for him. He’s exhausted both mentally and physically,” Malone said. “We’ve just got to continue to try to help him.”

Jokic said fatigue is part of the business and added he feels fine. He said one of his turnovers came on a possession he should’ve taken a shot. Others came off bad passes or teammates not being ready.

“It doesn’t need to be excuses for the mistakes,” Jokic said, adding he’s committed more turnovers than he would like all season.

“I’m trying to make the right play. Sometimes it’s my mistake. Sometimes it’s the mistake of my teammates. I’m going to take it. It’s my turnover, of course.”

Jokic made the right play plenty of times, leading the Nuggets with 23 points, 16 rebounds and 10 assists. He made 3 of 10 shots from 3-point range and finished 9 of 20 overall.

“I think, actually, the ones that I made were bad shots. And the ones that I missed, were actually good shots,” Jokic said of the 10 3s.

Sign Up For Free: AM Update Newsletter

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=59&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
}

Featured Local Savings

“If I’m open, I’m going to shoot it.”

Aaron Gordon added 17 points, six rebounds and three steals. Facundo Campazzo (14), Barton (13) and Bones Hyland (10) also scored in double figures for Denver. Hyland joined the starting lineup for the first time in his NBA career with Monte Morris in the league’s concussion protocols. Campazzo returned to the rotation and closed the game with the starters.

“I should’ve gotten Bones back in the game. As I was walking off the floor, that was my immediate regret,” Malone said. “Nothing against Facu. Facu played well, but (those are) valuable game minutes for Bones. Let him be out there, but also (he’s) a guy that can make a shot. They’re a solid defensive team. I just felt that our execution and our ability to make shots, obviously, wasn’t where it needed to be and what we’ve almost become accustomed to of late, putting up big numbers.”

After Jokic committed his first turnover on the game’s first possession, the Celtics scored the final seven points of the first quarter and the first five of the second to erase Denver’s early 11-point lead.

Campazzo’s third 3-pointer of his first stint put Denver back in front, and the Nuggets extended the lead to nine at halftime despite 14 turnovers.

“I tried to, first of all, just play with energy and give that to the team,” Campazzo said. “That energy, that passion for the game I have. I just try to be ready.”

Boston used some cold Denver shooting from 3 during a 16-5 run that saw the Celtics claim a two-point lead midway through the third. Denver regained a three-point lead to start the fourth and led by one with 3:46 left before Robert Williams III gave the Celtics the lead for good. Williams finished with 15 points, 16 rebounds, three blocks and two steals. Jayson Tatum led Boston with 24 points, while Marcus Smart added 22 points, seven assists and five steals.

“We gave up 28 transition points, a lot of that off our turnovers. We gave up the second-chance opportunities or we fouled, just careless fouls,” Malone said.

“Just too many careless possessions on both ends.”

There won’t be much time for the Nuggets to clean up the mistakes or get some valuable rest with a game scheduled for Saturday in Toronto.

e207b378-002b-5e50-a5ad-0abbbcb126aa

View Original Article | Split View

PREV

PREVIOUS

Open roster spot has Denver Nuggets evaluating options ahead of this week's trade deadline

Facebook Twitter WhatsApp SMS Email Print Copy article link Save DENVER – The time for the Denver Nuggets to decide what their roster will look like for the rest of the season is rapidly approaching. The Nuggets sit 29-24 after Sunday’s win over the Nets and will either be six or four games above .500 […]

NEXT

NEXT UP

Nikola Jokic makes up for missed free throws with another game-winning block to beat Toronto Raptors

Facebook Twitter WhatsApp SMS Email Print Copy article link Save A buzzer-beating block secured a 110-109 win for the Denver Nuggets on Saturday in Toronto and one steal just after the final horn started the celebration. Nikola Jokic snatched the team’s Defensive Player of the Game chain after recording the game-winning block. “Even before I […]