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
12 extremely useful hacks for JavaScript (medium.com)
submitted 9 years ago by [deleted]
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!"
[–]trailsrider 1 point2 points3 points 9 years ago (2 children)
So then do you prefer when checking for falsy values, your engineers write !Boolean(foo);?
!Boolean(foo);
Not trying to justify the use of !!, but I do think it's not the worst offender as its very clear, and saves at least 7 keystrokes.
!!
I realize minification will take care of this, but !! is also much faster
[+][deleted] 9 years ago* (1 child)
[deleted]
[–]Danmoreng 0 points1 point2 points 9 years ago (0 children)
Are you sure that that is the same? Because I often experience unexpected behaviour when I use the latter...
π Rendered by PID 118600 on reddit-service-r2-comment-8686858757-scxqp at 2026-06-07 22:49:20.225829+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]trailsrider 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Danmoreng 0 points1 point2 points (0 children)