kolodny / exercises

Some basic javascript coding challenges and interview questions
4.23k stars 672 forks source link

Implement debounce exercise #58

Closed jon-thompson closed 7 years ago

jon-thompson commented 7 years ago

This PR implements the debounce function as described by tests.js. The commits to implement this are pretty small: I implemented each desired functionality in its own commit, with an additional refactor commit at the end to clean up a little.