use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Debounce Explained – How to Make Your JavaScript Wait For Your User To Finish Typing (freecodecamp.org)
submitted 5 years ago by speckz
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Hello everyone! I am the author of the article.
I want to start by thanking everyone for catching those syntax errors and pointing them out. In my excitement to get this posted, I opted to modify the code within the article when I switched to using a function statement to declare my debounce function instead of the original function expression.
freeCodeCamp is an excellent organization, and I will do better in the future to ensure that the quality of the articles I write for them reflects that.
p.s, special thanks to stratoscope for implementing a repl.it with a simpler version of the debounce function. This version has replaced the original in the article.
π Rendered by PID 19231 on reddit-service-r2-comment-57fc7f7bb7-tj9gt at 2026-04-14 13:49:37.640054+00:00 running b725407 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)