Why Object.create is more than just Object creation?In JavaScript, the Object.create() method is different from the other object creation methods because it allows prototype-based inheritance explicitly and provides fine control over the created object's prototype and properties. Here's how it stands ...Jan 25, 2025·3 min read
Problems with over-centralization of states in React .Over-centralization of state in a React application can lead to several issues, impacting both the development process and the user experience. Here are some common problems caused by over-centralization of state: 1. Performance Issues Excessive Re-...Dec 14, 2024·3 min read
Flattening an array and little more.Interviewing coders requires smart and insightful questions to differentiate between those who truly understand coding concepts and those who rely solely on memorised answers. Below are a series of array manipulation questions designed to challenge c...Nov 12, 2024·2 min read