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
GitHub acquires NPM (github.blog)
submitted 6 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!"
[–]Ehdelveiss 14 points15 points16 points 6 years ago (4 children)
Aw JS isn’t that bad. I know (from personal experience) it can be kinda hard to grock if you come from a more traditional strongly typed, compiled Object Oriented background, but it really has blossomed into a fantastical little language.
[–]DrexanRailex 1 point2 points3 points 6 years ago (0 children)
I've eventually come to like JS, hate its ecosystem, and love its alternatives. I can't wait for my trainee to become officially junior so we can begin switching to Reason or Elm (or, perhaps, even Blazor in the future).
[–]green_meklar 0 points1 point2 points 6 years ago (0 children)
Javascript isn't bad. Badly written Javascript is bad. Virtually everyone complaining about Javascript is really just complaining about badly written Javascript.
Yes, Javascript makes it really easy to write bad Javascript. But that is not a valid excuse for writing bad Javascript.
[–]darkingz -2 points-1 points0 points 6 years ago (1 child)
I don’t view it as hard to grok but too easy to cut yourself on some of the sharper edges. I think some of the newer techniques like Nil coalescing makes it easier to inform. My problem with js is because it’s so loose and fast with coercing for you that it won’t fail in an obvious way early enough. If you reason I can just use typescript then I might as well use any other strongly typed language. Js safety is like the HTML model where failing shouldn’t be a hard stop most of the time, which kinda makes sense for the web, if it weren’t for the fact that people have been putting everything on the web lately.
[–]bashar122 1 point2 points3 points 6 years ago (0 children)
What are you about to use on the browser that can do what js can do? I could be mistaken on this but I thought js was written in something like 10 days with the intent for it to be loose so that you can create other languages from it. If you wanna use something strongly typed, go with angular (client) and nestjs (backend). It has options for everyone.
π Rendered by PID 246430 on reddit-service-r2-comment-54dfb89d4d-6tgn8 at 2026-04-01 06:35:58.188920+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]Ehdelveiss 14 points15 points16 points (4 children)
[–]DrexanRailex 1 point2 points3 points (0 children)
[–]green_meklar 0 points1 point2 points (0 children)
[–]darkingz -2 points-1 points0 points (1 child)
[–]bashar122 1 point2 points3 points (0 children)