Launch
What is Debouncing?
Delaying a function until after a rapid action stops, like typing. It runs once after the action settles, not once per event.
In real work
Use debouncing on the search input by 400ms. Only fire the API call after the user stops typing for 400 milliseconds.
How is this different from Googling it?
Google gives a definition. Prompthaus pairs each term with how it shows up in standups, PRs, prompts, and design reviews—then quizzes you until the word sticks. One term a day on iPhone.