// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29.8 C
Singapore

Johor could be the swing state in GE14

In a complex analysis of a survey carried out on the political noises in Singapore’s neighbour state of Johor on Social Media, it is possible to deduct the state could earn the ‘swing state’ status in the 14th General Elections in Malaysia.

The report concluded with indications that former PM Mahathir Mohamad has built strong influence, mainly among the males in the state, though PM Najib Razak still enjoys the larger share of interest among Johor voters.

It said that in a straight fight against the ruling Barisan Nasional (BN), the now united Pakatan Harapan (Coalition of Hope) or PH can form the state government with a 10-point swing of support leading to a win of 36 seats.

“Our estimates on the number of seats won are ‘best-case’ scenarios based on a simple formula instead of election simulations. Simulations would be more accurate and reliable,” said the analysis.

See also  Khaw Boon Wan: JB-S’pore RTS Link set to proceed, but suspension extended to April 2020

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