DashSync

Looks like discount Drake, Just a walmart version of Carlos Boozer

Steph Curry revealed a new look to the public as he attended the world premiere of his documentary "Stephen Curry: Underrated." After having made fans accustomed to his usual hairstyle, the Golden State Warriors guard donned a different one.

Whenever someone thinks of Curry, an image of him with thick brown hair usually pops up. It's almost close to being a small Afro. He's had that same hairstyle for as long as the Warriors had their dynasty.

Curry has styled his hair differently in some situations, but he always eventually gets back to his usual styling.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); 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) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Basketball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();

But the eight-time All-Star showed up at the premiere of his documentary looking different.

Steph was with his wife, Ayesha, as they posed for photos. The stark difference was the hairstyle on the two-time MVP as it made him look youthful.

Take a look for yourself.

Afterwards, fans couldn't help themselves and shared some hilarious reactions to Curry's new styling. Some said that he resembled a Grammy-winning hip-hop artist, while others just went off on his look. Here are some of the funniest reactions.

Curry's hairstyle probably won't change the way he's been playing this season. He's averaging 29.2 points, 6.3 rebounds and 6.3 assists. Even after coming back from a labral injury, it seems like he hasn't lost a beat; he has been playing great basketball for the Golden State Warriors.

Also read: Watch: Steph Curry and Ayesha Curry make their way to the premiere of his documentary "Underrated"

Steph Curry wants to appear in a Black Panther movie

Golden State Warriors guard Stephen Curry

Marvel's "Black Panther" movie is one of the most well-received movies to come out recently. During the premiere of his documentary, Steph Curry shared his desire to appear in a Black Panther movie if director Ryan Coogler offers him a part.

Curry was asked jokingly about Black Panther, and he responded:

"Tell him to see if we can shoot it in the summer and see if he can find a nice role for me in that universe," Curry said. "Absolutely, you put the pressure on and we'll see what he says."

Coogler is a producer in Curry's film. He was present at the premiere of the documentary with the All-Star guard.

Jay Williams has Curry over LeBron James as the MVP of the decade

The debate on which player is better is unending. Former NBA player Jay Williams recently argued against Chris "Mad Dog" Russo, saying that Steph Curry is the best player of the decade for how he's changed the way the sport is being played.

"Stephen Curry is a gravitational force on the basketball court. ... He has changed the geometry of how we see basketball," Williams said. "Now, when I drive by the park, I see kids shooting the ball from half court. I see a new wave ushered into the NBA."

Whether you choose LeBron James or Steph Curry, there's no denying the fact that Curry has turned things around with his 3-pointers.

Also read: Steph Curry addresses Golden State Warriors' shortcomings following brutal loss to Brooklyn Nets: "Losing sucks no matter what the reason is"

Quick Links

More from Sportskeeda

" 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": 1376407, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1376407); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1376407) >= 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(1376407) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLimwMGao6VnnprEtHnFmqWsZaSnvK24jKyrnqiYYrC2vtGyZKedp2LAqbvRrWShmZmneq27zqRkpaefoMBuuMiknGacmaiwsMHNrWSdqpGgsm621KyrZq%2BRobqivtNmrZ6qo568r3nCmqmlp6Nir7C72Z6p

Sherie Connelly

Update: 2024-06-24