exercises icon indicating copy to clipboard operation
exercises copied to clipboard

Error with command: npm test

Open mohamedmehdigara opened this issue 3 years ago • 1 comments

var debounced = debounce(sayHi, 100); ^

TypeError: debounce is not a function

mohamedmehdigara avatar Nov 10 '21 09:11 mohamedmehdigara

Looks like you're using the same variable as the function name

kolodny avatar Dec 19 '21 03:12 kolodny