‘;
});
pollOptions.innerHTML = pollOptionsDom;
pollCount.innerHTML = totalVotes + ‘ votes’;
if (totalVotes > 10)
pollCount.classList.remove(“hidden”);
}
function trackBetsTodayPollImpression() {
var intersectionObserverForArticlePoll = new IntersectionObserver(
function(entries)
entries.forEach(function(entry) entry.intersectionRatio
This conspiracy had its turning point in 2016 when Durant spoke about his true height.
“Since I love you guys so much, I was recorded at 6’10” and three-quarters with no shoes, so with my shoes on I’m 7-feet,” Durant said in a report by CBS Sports.
Ending the wide speculation that Durant is much taller than 6-9 and has been listed with that height for so long, the “Slim Reaper” also discussed why he had to hide his true measurements.
“I just like messin’ with people. They just ask me so much … yeah, I just like messin’ with people,” Durant said.
Durant’s revelation ended the long debate on what his true height is, but record books in the NBA have not been updated.
Phoenix Suns list Kevin Durant at 6-11 for the 2023-24 season
Since his rookie year in 2007, Kevin Durant’s height of 6-9 has not been changed even with his revelation. It was only this season and after 16 years of playing in the league that the 13-time NBA All-Star’s height has been updated. It can also be confirmed that Durant had a growth spurt from being a rookie to the present time.
Now at 35 years old, Kevin Durant has built himself a Hall of Fame career. He was named to the NBA 75th Anniversary team in recognition of his accomplishments.
In 15 seasons, Durant has career averages of 27,3 points, 7.1 rebounds, 4.3 assists, 1.1 blocks and 1.1 steals. This season, he’s averaging 31.4 ppg, 7.2 rpg, 5.5 apg and 1.2 bpg.
More than his NBA career, KD has also won three Olympic gold medals and another gold medal during the 2010 FIBA World Cup in Turkey. He was also voted as the USA Basketball Male Athlete of the Year three times.
modalPopup.closeOnEsc = false;
modalPopup.setHeader(“Why did you not like this content?”);
modalPopup.setContentText(modalText);
modalPopup.addCancelOkButton(“Submit”, resetRatingAndFeedbackForm, sendRating);
modalPopup.removeCloseModalIcon();
modalPopup.disableDismissPopup();
modalPopup.open();
else
sendRating(index);
function sendRating()
var requestPayload =
“post_id”: 1755621,
“rating_value”: ratingValue
if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else !$(‘input[name=”drone”]:checked’).value)
showErrorMessage(‘option’);
return;
if (!$(“.post-rating-feedback-note textarea”)
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);
function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 0)
return true;
else
return false;
function getRatingCountByPostId(postId) {
return new Promise(function(resolve, reject)
pureJSAjaxGet(
getRatingCountBaseURL + postId + ‘/rating/count’,
function(data)
try
data = JSON.parse(data);
if (data.meta_value)
resolve(data.meta_value);
reject(“Failed to fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);
,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-error’;
$(messageContainerId).classList.remove(‘hidden’);
window.setInterval(function ()
$(messageContainerId).classList.add(“hidden”);
, 5000);
(function() {
var callFired = false;
function lazyLoadPostRating() {
if (callFired) return;
callFired = true;
if (!isPostRatedByUser()) {
getRatingCountByPostId(1755621)
.then(function(ratingCount) {
if (ratingCount