Friday, June 27, 2025
32.9 C
Singapore

Nearly 2,000 US coronavirus deaths in last 24 hours: Johns Hopkins tally

Nearly 2,000 people infected with the new coronavirus have died in the United States in the last 24 hours, according to a tally by Johns Hopkins University as of 8:30 pm Tuesday (0030 GMT Wednesday).

The record daily figure of 1,939 brings the total number of deaths in the US to 12,722, which is approaching tolls in the worst-hit countries so far — Italy with 17,127 dead and Spain with 13,798.

President Donald Trump has defended his response to the crisis, and on Tuesday he blamed the World Health Organization for reacting slowly.

He questioned why the WHO had given “such a faulty recommendation,” apparently referring to the UN body’s advice against curtailing international travel to stop the virus which first spread from China.

“They called it wrong. They really missed the call. They could have called it months earlier,” he said.

Trump has been widely criticized for initially downplaying the virus, which he likened to an ordinary flu and said was under control in the United States, before later accepting that it was a national emergency.

See also  Dollar and stocks rise after Trump-Kim document signing, though analysts are cautious

sdu/la/bgs/bfm

© Agence France-Presse

/AFP

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });