Thursday, June 26, 2025
28.6 C
Singapore

Car rams into e-bike riding senior citizen, critically injuring him

A 62-year-old pedestrian who crossed the road yesterday while riding an electric bicycle has been admitted to the hospital in critical condition after he was struck by a car at the junction of New Upper Changi Road and Bedok North Avenue 3 around 7.50am, on Wednesday.

It’s unclear whether it was the car driver or the elderly pedestrian, Mr Wong, who had the right of way at the time of the accident.

An eyewitness recounted the aftermath of the forceful accident to reporters:

“He was lying face-down on the road and his head was bleeding. His electric bicycle was broken into 2 parts. The car’s windscreen was also cracked.”

Some passers-by helped to redirect traffic during the ensuing traffic congestion that followed the crash, as a man believed to be the driver of the black car was seen on the phone.

Paramedics conveyed Mr Wong – who was unconscious – to Changi General Hospital.

Police investigations are ongoing.

See also  The honourable children of Nantah, and the worms 南大的英雄儿女与蛀虫

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