<
!DOCTYPE html>
<
title>Lancashire vs Essex, Group B - CricCode</
title>
<
meta http-equiv=
"last-updated" content=
"2022-08-16T12:19:06.662Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"keywords" content=
"Pankaj's Blogs, Pankaj's Newsletter, Pankaj's Coding Diary">
<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<
head>
<!-- Checkout details of match Lancashire vs Essex, Group B-->
<
script>
let title =
'Lancashire vs Essex, Group B';
let latest_update =
'Match abandoned without a ball bowled due to rain (no toss)';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy live Commentary
<p>
Match abandoned without a ball bowled due to rain (no toss)
</p>
<p>
Toss delayed due to rain
</p>
<p>
Squads:
</p>
<p>
Essex Squad: Tom Westley(c), Nick Browne, Jamie Porter, William Buttleman(w), Aron Nijjar, Aaron Beard, Shane Snater, Feroze Khushi, Grant Roelofsen, Robin Das, Josh Rymell, Jamal Richards, Luc Benkenstein
</p>
<p>
Lancashire Squad: Luke Wells, Steven Croft, Keaton Jennings(c), Rob Jones, George Lavelle(w), Luke Williamson, Liam Hurt, Washington Sundar, Jack Blatherwick, Danny Lamb, Josh Bohannon, George Balderson, Jack Morley, George Bell
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->