Thursday, June 26, 2025
30.8 C
Singapore

Woman falls to death from 19th floor of condo despite bystanders attempting to dissuade her

A woman fell from the 19th floor of the Interlace Condominium at Depot Road yesterday evening. It is believed that she is a Myanmar national who was working as a foreign domestic helper in Singapore.

SCDF officers were unable to rescue her.

At least three videos have been circulating online, showing the woman’s final moments. In two of the videos, the woman can be seen perched on the ledge of the 19th floor. In these videos, another lady attempts to dissuade the woman from jumping by asking her some questions. The woman who fell is responsive to the female speaker who can be heard repeatedly asking the woman, “Can you understand me?”

The third video captured the moment of impact and shocked screams from onlookers.

The said videos have been circulating in several social media sites. (Viewer discretion advised).

https://www.facebook.com/yuli.princessjepara/posts/305758183203615

The case is currently under investigation.

See also  ICA: Avoid peak hours if visiting Malaysia over the long weekends

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