Thursday, June 26, 2025
32.4 C
Singapore

Stop fighting – Everyone can be first President of something

1. President Yusof Ishak: First president of independent Singapore.

2. President Benjamin Sheares: First President to die in Office.

3. President Devan Nair: First President to resign from Office to get treatment for ‘alcoholism’.

4. Wee Kim Wee: first elected president for whom an election was inapplicable.

5. Ong Teng Cheong: first elected president winning an actual election.

6. S R Nathan: first elected president for whom an election was applicable but dispensed with due to a walkover.

7. Tony Tan: first elected president winning an election without absolute majority votes.

8. Next president: first elected president “elected” via the disqualification of majority-race candidates?


The following post is republished from Molly Meek’s Facebook. Contributors: Molly Meek and Ravi Philemon.

See also  Cyclist injures 3-year-old boy - Mom appeals for information

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