Input: debounce(() => console.log("Called"), 300)
Output: Function called after 300ms delay
Click 'Run Code' to see the output