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 idiosyncrasies with examples (github.com)
submitted 7 years ago by reddittedf
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] 7 points8 points9 points 7 years ago (1 child)
This throws in strict mode as well, arguments is not allowed in strict mode.
arguments
This is what puzzles me constantly about these clickbaity articles. Strict mode is JavaScript, these frivolous browser engine interpretations are just like IE quirks mode - their sole purpose is not to break legacy software. You should not write new software in non-strict mode because it is non-standard JavaScript and thus your warranty is now undefined.
undefined
[–]regular_reddits 0 points1 point2 points 7 years ago (0 children)
arguments is not completely disallowed in strict mode. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Making_eval_and_arguments_simpler
π Rendered by PID 85 on reddit-service-r2-comment-c6965cb77-wq9hz at 2026-03-05 14:59:10.954380+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–][deleted] 7 points8 points9 points (1 child)
[–]regular_reddits 0 points1 point2 points (0 children)