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)