The Online Citizen (TOC) has responded to the Law and Home Affairs Minister, Mr K Shanmugam’s allegations in Parliament today that the socio-political publication falsely reported on the death of the 14-year-old schoolboy, Benjamin Lim’s death.
TOC said:
— 
Mr Shanmugam in his Prezi presentation which gave a quick overview of his Ministerial statement said:


Death of 14-year-old student: Police and Minister Shanmugam are unwilling to answer questions claims TOC, while Shanmugam explained why he cannot
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);
}
});
