DEV Community

Mehul Lakhanpal
Mehul Lakhanpal

Posted on

🚀 Interview Question from MakeMyTrip – Round 1

🧠 Topic: Implement debounce in JavaScript

🎯 A classic asked in many frontend rounds!

💡 Debouncing helps improve performance by limiting how often a function gets called — especially useful in search, resize, or scroll handlers.

🔗 Try it out:

👉 Replit Demo – https://replit.com/@318097/MMT-or-R1-or-Implement-debounce

Top comments (0)