Loading demo...
Preparing the interactive demo...
Implement a debounce function with a search input. The debounce function should delay the execution of the search function until the user stops typing for 500ms.