The following is a letter from TISG reader, Janis Z.
—
I am a resident at Bukit Batok and I received this letter in my mailbox from Jurong GRC MP Desmond Lee. The 2nd line says David Ong “has apologised deeply to residents for having to resign prematurely.”
I don’t remember him doing so. Did he? If David Ong didn’t apologise, Desmond Lee would be lying to the residents. I haven’t heard or seen any apology from David Ong thus far.

Bukit Batok voter asks if caretaker MP Desmond Lee is lying about David Ong
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);
}
});
