Wednesday, June 25, 2025
31.9 C
Singapore

Speeding Singaporean loses control of car which crashes into four cars landing between two in JB

A 44-year-old Singaporean driver lost control of his Nissan GTR in the wee hours of Tuesday in Johor Bahru, when he flew upon hitting a road bump and crashed into four parked vehicles in front of a hotel at Setia Indah.

The impact of the crash that occurred around 3.15am left the Nissan wedged at an angle between two of the vehicles.

Johor Baru South OCPD Asst Comm, Shahurinain Jais told a Malaysian daily that the Singapore driver escaped with injuries on his arm. He added:

“The driver was coming from Jalan Daya Utama when he lost control after hitting a speed bump along Jalan Jaya Putra 1 and hit the cars parked in front of the hotel.”
See also  Netizens compare Bentley driver who pushed security guard to the actions of Ramesh Erramalli who abused his condo's security guard

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

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