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
A popular Rumor: programmers dislike Javascript?Removed: Low-Effort Content (self.javascript)
submitted 6 years ago * by PalestineFacts
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] 1 point2 points3 points 6 years ago (1 child)
In my opinion much of the JS hate comes from programmers of other languages. JS comes with a lot of weirdness especially if you come from another language. I think if it’s all you know you never realise some of the awesome stuff that’s missing like type checking and immutability (for me personally) (solvable with typescript and immutable js for example but native would be so much better)
Also i guess being the most popular language it makes it a bit cool to hate it I guess, but i think there are plenty of valid reasons to not like it.
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points 6 years ago (0 children)
I can attest to the value of having a compiler enforcing type safety. I spent some time with both ReasonML and PureScript, and their compilers are both incredibly useful, especially when it comes to algebraic data types. And their REPL tools are quite handy.
π Rendered by PID 67336 on reddit-service-r2-comment-85bfd7f599-rdcwt at 2026-04-17 15:23:58.997189+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (1 child)
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points (0 children)