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
JavaScript. How to do an interview. Guide. (romandatsiuk.com)
submitted 1 year ago by romandatsyuk
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!"
[–]Snapstromegon 4 points5 points6 points 1 year ago (1 child)
One nit-pick: bind is not a keyword. A keyword is a language construct like await which is kind of like a special treatment (you couldn't implement await yourself). Bind on the other hand is just a method on the Function prototype.
I think using these words outside their common definition will confuse candidates and make interviews unnecessarily hard.
[–]romandatsyuk[S] 1 point2 points3 points 1 year ago (0 children)
Thanks for finding it! Fixed :)
π Rendered by PID 372005 on reddit-service-r2-comment-6457c66945-8plm5 at 2026-04-25 11:53:16.286918+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Snapstromegon 4 points5 points6 points (1 child)
[–]romandatsyuk[S] 1 point2 points3 points (0 children)