Saturday, June 28, 2025
30.9 C
Singapore

Nomination Day Live: 'Get me to Parliament to carry your hopes and dreams to Parliament' Chee

“We are going to carry this message to Bukit Batok residents, the voters there. And our message will be ‘get me into Parliament’ right? So that we can build this unique model constituency town that we all want to see, and additionally they will have someone in Parliament to voice out for them – to carry out their hopes and their dreams and their aspirations to Parliament.”



See also  Academic criticises Indranee Rajah's argument that meritocracy is a "rising tide that will lift all boats"

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