Popularly known as Jordan Miller, Jordan Tyler Miller, is an American professional basketball player. He plays for the Los Angeles Clippers of the National Basketball Association (NBA). Previously, he played college basketball for the Miami Hurricanes and George Mason Patriots. While he has achieved quite a lot in basketball, he was born on January 23, 2000, and is barely 23. Let's delve a little into his personal life.
A Closer Look at Jordan Miller's Private Life
Jordan Miller was born to Donna and Jeffery Miller Jr. They lived in Middleburg, Virginia, and this had him attend Loudoun Valley High School. During his learning, he became interested in basketball and got so good at it that he was named the Virginia High School League's Class AAAA Player of the Year as a junior. This was after he led the team to the state championship and garnered a 30-1 overall record.
Donna and Jeffery Miller Jr. have four boys raised in California before moving to Virginia. The couple moved to Purcellville, Virginia, when Jordan was barely six. More than 15 years later, Jordan moved to Miami, and he explained his cultural shock in an interview. It was tough for him, but his parents held his hand.
In a separate interview, Donna and Jeffery Miller Jr. said they always believed in Jordan becoming a basketball superstar. His father, particularly, was never worried about his son moving to Florida as he knew he'd keep playing well.
On the other hand, his mother refers to him as a mama's boy—a boy who loved and was loved by his mother. As the year began, his mother surprised him with a birthday cake and an exciting Happy Birthday version. All this was successful due to the collaboration with Jordan's teammates.
Looking at Donna's Facebook handle, we can see several photos of the family celebrating major occasions and special days, including birthdays and Easter holidays. As June began, she posted pictures of the family celebrating her 17th wedding anniversary with Jeffery Miller Jr. and 42 years in a relationship.
Jordan Miller's Siblings
Jordan Miller has three brothers: Jeffery Jr., Jovon, and Justyn. One of them is a former basketball player at Ferrum College. However, in the family, Jordan is the only one who has followed the athletic route in his career. All the other three have pursued different careers.
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": 1560614, "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(1560614); 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(1560614) >= 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(1560614) .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 }); })();