[ad_1]
June 24th, 2022 features an MLB Friday with 15 games on the docket highlighted by Luis Severino‘s Yankees facing Justin Verlander‘s Astros after Aaron Judge‘s double sealed a four-run comeback for NYY. A 2021 NLCS rematch starts as Trea Turner‘s Dodgers battle Ronald Acuna‘s Braves, Alek Monoah continues his Cy Young campaign in TOR’s inter-league clash with MIL, while Philly plays San Diego. The basketball world transitions to free agency after a star-studded NBA Draft, plus NFL teams figure out roster questions as camps conclude.
See what happened in sports on June 24th last year, headlined by the Cubs tossing a combined no-hitter against reigning champion LAD, the Clippers cutting their series deficit to 2-1 with a victory vs. Phoenix as CP3 and Booker struggled, plus Tampa Bay walked off BOS to take over first place after Boston’s no-hit bid ended in the eighth inning well as what happened in sports on June 24th, 2020 ft. MLB ending their transaction freeze in preparation for a July 24th return and Cardinals RP John Brebbia undergoing Tommy John surgery.
WHAT’S HAPPENING IN SPORTS OVERVIEW: This daily sports post includes real headlines only (no clickbait rumors), all of the best highlights, interesting facts & records from around the NFL, NBA, & MLB, the main games to watch, notable birthdays, and a quick recap of significant events on this day in sports history.
MORE CONTENT WILL BE UPLOADED THROUGHOUT THE DAY
Table of Contents
Toggle
LATEST HEADLINES
function lastupdates(element){
let index = parseInt(document.getElementById(‘last_headlines_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_headlines_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_headlines.php?t=1656132332’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
`;
document.getElementById(‘load_more_last_headlines’).append(stringToHTML(inner));
);
if(index>=total)
document.getElementById(“last_headlines_button”).style.visibility = “hidden”;
document.getElementById(‘last_headlines_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str)
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
;
[SEE MORE]
BEST HIGHLIGHTS
YANKS DON’T LOSE IN NYC
.@TheJudge44 wins it and the @Yankees just refuse to lose!
(MLB x @googlecloud) pic.twitter.com/qlZPAswJkb
— MLB (@MLB) June 24, 2022
Hicks to the sticks for the tie!
(MLB x @oriswatches) pic.twitter.com/CdjmQRGhtV
— MLB (@MLB) June 24, 2022
Tucker takes a hit away!
(MLB x @CapitalOne) pic.twitter.com/Yki6n4doDe
— MLB (@MLB) June 24, 2022
HAYS LAYS OUT FOR CATCH
No fly zone 🙅♂️ pic.twitter.com/bDdadsImWX
— Baltimore Orioles (@Orioles) June 24, 2022
CRUZ CAN FIELD TOO
Now Oneil Cruz flashes the leather! pic.twitter.com/EuLVgDEyDG
— MLB (@MLB) June 23, 2022
CHAVIS PUT PIT ON HIS BACK
We asked if Michael Chavis had an encore to his game-tying HR?
Spoiler: He did!
The @Pirates win 8-7 & Take the series from the Cubs!
Note: Derek Shelton on Hayes: "He's Ok, He's being evaluated. The good news is he walked off under his own power." pic.twitter.com/WUbeOIj0XG
— AT&T SportsNet™ PIT (@ATTSportsNetPIT) June 23, 2022
Michael Chavis ties it! pic.twitter.com/hiUvKOmoRz
— Pittsburgh Pirates (@Pirates) June 23, 2022
OHTANI IS UNREAL
#Angels SP/DH Shohei Ohtani is the 1st player to record a game of 8+ RBI & a game of 13+ Ks in MLB history, and did so during consecutive days 🐐
pic.twitter.com/8hUdNrrvRW
— Pro Sports Outlook (@PSO_Sports) June 23, 2022
TAYLOR TAKING AWAY HITS
Taylor Walls plays one hell of a shortstop pic.twitter.com/k5e6kmaWbn
— Talkin’ Baseball (@TalkinBaseball_) June 23, 2022
GUARDIANS COMEBACK
Should've known by now that we weren't going down without a fight.#ForTheLand pic.twitter.com/bZfm5rr8TO
— Cleveland Guardians (@CleGuardians) June 23, 2022
CHAMPS COMEBACK
We were down 2 runs in the 9th when Duvall of the sudden…!!#ForTheA pic.twitter.com/leH9UlYYib
— Atlanta Braves (@Braves) June 23, 2022
Tied UP! Vote Wild Bill 😎https://t.co/DZR0ZYbjhX | @Wcontreras42 pic.twitter.com/aO2sK95ZIf
— Atlanta Braves (@Braves) June 23, 2022
DANSBY 👀#ForTheA | @LieutenantDans7 pic.twitter.com/0gtT6jordu
— Atlanta Braves (@Braves) June 23, 2022
HAYS CYCLE IN BALTIMORE
A cycle in just FOUR ABs for Austin Hays. 🤯
(MLB x @HankookTireUSA) pic.twitter.com/tSWXbxGR4H
— MLB (@MLB) June 23, 2022
SMITH HAS SUPER WHEELS
Sometimes, first base is scoring position. pic.twitter.com/nOkAQJgejj
— MLB (@MLB) June 22, 2022
jQuery(function(){
jQuery(‘.see-more-panel101’).click(function(){
let innerall=””;
let index = parseInt(jQuery(this).children(‘a’).attr(‘index’))+1;
let total = jQuery(this).children(‘a’).attr(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let i = start;
let container = jQuery(this).attr(‘container’);
fetch(‘https://prosportsoutlook.com/api_data/response_highlights.php?t=1656132334’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
innerall+=`
$res2[i].title
`;
jQuery(‘#’+container+”).append(innerall);
if(innerall!=”)
jQuery(this).children(‘a’).attr(‘index’,”+index+”);
if(parseInt(index)>=parseInt(total))
jQuery(this).hide();
);
});
});
[SEE MORE]
FACTS & RECORDS
function lasfacts(element){
let index = parseInt(document.getElementById(‘last_facts_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_facts_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_facts.php?t=1656132335’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
inner+=`
`;
if(res2[i].related_text!=”)
let link = res2[i].related_link!==”?res2[i].related_link:’#’;
inner+=`
`;
inner+=`
`;
document.getElementById(‘load_more_last_facts’).append(stringToHTML(inner));
)
if(index>=total)
document.getElementById(“last_facts_button”).style.visibility = “hidden”;
document.getElementById(‘last_facts_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str)
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
;
[SEE MORE]
MAIN GAMES
MLB Friday
7:05 PM: Houston Astros (43-26) vs. New York Yankees (52-18)
7:10 PM: Boston Red Sox (39-31) vs. Cleveland Guardians (36-29)
7:20 PM: Los Angeles Dodgers (43-25) vs. Atlanta Braves (41-30)
8:10 PM: Toronto Blue Jays (39-30) vs. Milwaukee Brewers (40-32)
9:40 PM: Philadelphia Phillies (37-34) vs. San Diego Padres (44-28)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
MLB: 3B Christopher Morel, Chicago Cubs (turns 23)
NFL: CB Nate Hobbs, Las Vegas Raiders (23)
NFL: DE Bradley Chubb, Denver Broncos (26)
NBA: SF Luke Kennard, Los Angeles Clippers (26)
NFL: WR Adam Humphries, Free Agent (29)
NFL: OLB Devon Kennard, Arizona Cardinals (31)
NBA: PF Taj Gibson, New York Knicks (37)
NBA: SG J.J. Redick, Retired after 2021 (38)
NBA: PG Sam Jones, Hall of Fame (89)
SIGNIFICANT HISTORY
2019: Lou Williams tied Jamal Crawford for the most 6th Man of the Year awards ever while Giannis Antetokounmpo won his first MVP award
2010: Washington Wizards selected PG John Wall with the #1 overall pick as the 1st time 1 school had 5 1st Rd picks — C Demarcus Cousins (5th), PF Patrick Patterson (14th), SG Eric Bledsoe (18th), and PF Daniel Orton (29th); Wall and Cousins, along with SF Gordon Hayward (9th) and SF Paul George (10th), would all quickly become All-Stars
2004: Orlando Magic selected C Dwight Howard, who decided to forgo college basketball, with the 1st overall pick exactly 12 years after selecting Shaquille O’Neal at #1
1998: Although the NBA Draft featured future HOF’s PF Dirk Nowitzki (9th), SF Paul Pierce (10th), and SG Vince Carter (5th), the Clippers infamously selected C Michael Olowokandi at #1 overall (2.5 Win Shares over 9 years)
1992: LSU C Shaquille O’Neal, the clear-cut #1 overall pick, was selected by the Orlando Magic in the franchise’s 4th year of existence
1989: St. Louis Cardinals OF Vince Coleman set a new MLB record when he stole his 39th and 40th consecutive base without being caught. Coleman extended his streak to 50 straight SB without being caught which stands as the record today
1979: Oakland Athletics OF Rickey Henderson made his MLB debut, stealing the 1st of his record-setting 1,406 career SB
1947: Jackie Robinson memorably stole home for the 1st of 19 times in his illustrious career in a victory over the Pirates, representing the 1st Stolen Base of his entire MLB career
1922: The American Professional Football Association officially changed its name to the National Football League (NFL) after forming 2 years beforehand in 1920
[SEE MORE DAYS IN SPORTS]
Help Pro Sports Outlook continue to grow:
– Share this with friends
– Click FOLLOW for high-quality sports content delivered to your email or your platform of choice
– Follow @PSO_Sports on Twitter & Instagram | Pro Sports Outlook on YouTube, Facebook, & LinkedIn
– Get 10% off all exclusive PSO designed sports t-shirts & jerseys on FanGearNation.com: Code PSO10 at check out
The post What 2 Watch 4 in Buccaneers vs. Cowboys Season Opener appeared first on Pro Sports Outlook.
[ad_2]
Source link