Thursday, June 26, 2025
28.6 C
Singapore

21-year old SCDF recruit dies 3 days after enlistment

The Singapore Civil Defence Force (SCDF) announced the death of one of its recruits, Edwin Ong Koon Chwee (age 21), early this morning.
The recruit had enlisted three days ago on 16 February and was undergoing his National Service training at the National Service Training Institute at Jalan Bahar. Police are currently investigating Ong’s death
“We are providing all necessary assistance to the family during this difficult time,” SCDF said in a statement.
“The Director of the NSTI has spoken to the family and reiterated SCDF’s support to them during this time of bereavement,” it added.
The family of the recruit has requested for privacy during this time of bereavement.
The deceased left a Facebook note before making the tragic decision to end his life. It is believed that Ong was severely depressed at the point of death.

See also  Workers' Party to answer all questions on Leon Perera-Nicole Seah in press meet

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