Wednesday, June 25, 2025
31.9 C
Singapore

Stall owners and members of public join forces to put out raging fire at famous Changi Village Nasi Lemak stall

Changi Village’s famous Nasi Lemak stall, Mizzy Corner Nasi Lemak, will be closed for “one to two” weeks for repairs after it caught fire this morning. A lone employee was preparing chilli sauce at about 5am in the morning when a fire broke out from the kitchen stove.

[fvplayer src=”https://theindependent.sg.sg/wp-content/uploads/2017/08/WhatsApp-Video-2017-08-07-at-7.49.22-PM.mp4″ width=”368″ height=”640″]

The fire was put out by members of the public using a fire extinguisher. The employee escaped unharmed and no others were injured.

Several voices can be heard yelling in Malay as the people try to put out the raging fire. Here’ s a partial transcript and translation:

“INI ATAS DULU, ATAS DULU. (THE TOP FIRST, THE TOP.)
ATAS DULU, SANA. (THE TOP FIRST, OVER THERE)
TALIPON, TALIPON. (TELEPHONE, TELEPHONE)
CEPAT, CEPAT. (FASTER, FASTER)
TERBAKAR, TERBAKAR. (BURNING, BURNING)”

Mr Iskandar Abu Nazir, the son of Mizzy Corner’s stall’s owner, told reporters that the damage might have been worse had the public not acted quickly to put out the fire. Those who helped include fellow stall owners at the hawker centre.

See also  Surprise! Surprise! Govt feedback unit REACH says S'poreans are concerned over FT

Mr Nazir said, “We have to try and look at the situation in a positive light. We take it as a lesson learnt, maybe to be more vigilant in future.”

Hot this week

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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