Thursday, June 26, 2025
28.5 C
Singapore

Malay community made good progress in the last 10 years: K Shanmugam

Minister K Shanmugam said that the Malay community made good progress in the last 10 years at the LBKM Bursary presentation held on the 23rd of November. He further went on to say that the Government will continue to provide support for the Malay community through the various agencies.
Below is his Facebook post.

See also  Media Literacy Council says it has stopped distribution of booklet branding satire as fake news to schools

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