Saturday, June 28, 2025
30.6 C
Singapore

GE 2020: PAP beats Workers’ Party at Marine Parade GRC

Singapore – On July 10, Singaporeans made their way to cast their votes. Marine Parade GRC saw a PAP win over the Workers’ Party.

PAP’s Marine Parade team consists of: Tan Chuan-Jin, Edwin Tong Chun Fai, Seah Kian Peng, Tan See Leng and Mohd Fahmi Aliman.

They went against the Workers’ Party, with their slate of candidates comprising of: Yee Jenn Jong, Muhammad Fadli Bin Mohammed Fawzi, Nathaniel Koh Kim Kui, Ron Tan Jun Yen and Muhammed Azhar Bin Abdul Latip.

In the sample count, PAP had 57% of the votes while Workers’ Party had 43% of the votes.

- Advertisement -

The final count for the constituency saw PAP winning with 57.76%, and Workers’ Party obtaining 42.24% of the votes.

Marine Parade has always been a PAP stronghold, with the GRC having been led by Emeritus Senior Minister Goh Chok Tong until this year. /TISG

See also  All 3 lifts at an Ang Mo Kio block are defective, requiring "lift attendants" to be present 24/7

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