Wednesday, June 25, 2025
31.9 C
Singapore

Semi-naked man sitting on widow’s edge on 15th floor rescued by SCDF

A 29-year-old man who climbed out of the 15th floor unit at Block 988C Jurong West St 93, to sit at the windows edge was rescued by the Singapore Civil Defence Force (SCDF). The man was found semi-naked.

A neighbour on the lower floor alerted SCDF about the incident. He said that he was alarmed when he saw a pair of legs dangling from his living room window. The neighbour ran out of his house in fright to his neighbour’s before calling SCDF.

SCDF deployed a rescue net around the block for the man’s safety.

See also  38,000 sign petition for migrant workers, saying they are akin to “sitting ducks trapped in a ticking ‘time bomb’

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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