Thursday, June 26, 2025
30.8 C
Singapore

54-year-old woman dies on the spot in accident along Ho Ching Rd and Corporation Rd

A 54-year-old woman died after an accident involving a van in Taman Jurong on Thursday (Aug 15) afternoon.

A police spokesperson said that they were alerted to the incident at the junction of Ho Ching Road and Corporation Road around 3.30pm.

The woman was pronounced dead at the scene by paramedics.

While it is not clear how the accident occurred, the 33-year-old van driver was arrested by the police for causing death by a negligent act.

Curious passers-by and netizens posted the incident online because of the blue police tent they saw set up at the scene.

Police investigations are still are ongoing. /TISG

See also  Ong Ye Kung: Social mixing in schools ‘must not be left to chance’

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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