In a Facebook post, Singaporean’s First, the recently formed political party alleges that PAP has amended its constitution, first time in 32 years, to include SingFirst’s vision of building an inclusive society.
SingFirst went on to rebut PM’s comment that if MPs are there in parliament to check on the government and they cannot function in a leadership position.
Below is the picture that was posted on SingFirst’s Facebook page.
SingFirst rebuts PM Lee
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);
}
});

