Friday, June 27, 2025
28.4 C
Singapore

Trump son Barron contracted Covid-19, now negative: first lady Melania

President Donald Trump’s teenage son Barron contracted Covid-19 after both his parents tested positive, but is now negative, First Lady Melania said Wednesday.

She said that after she and the president tested positive two weeks ago, “Naturally my mind went immediately to our son.”

Barron Trump, 14, first tested negative, she said.

“But again, as so many parents have thought over the past several months, I couldn’t help but think ‘what about tomorrow or the next day?’ My fear came true when he was tested again and it came up positive,” the first lady said.

“He has since tested negative,” she wrote in an essay entitled “My Personal Experience with Covid-19.”

“In one way I was glad the three of us went through this at the same time so we could take care of one another and spend time together,” the first lady wrote.

jca/dw/ch

© Agence France-Presse

/AFP

See also  The firm of Goh Chok Tong's son under investigation for possible security breach

Hot this week

Daruma Capital plans SGX listing to finance regional growth

SINGAPORE: Malaysia-based Daruma Capital Sdn Bhd, which operates the...

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); } });