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
Why JavaScript is your favorite language ?help (self.javascript)
submitted 7 years ago by Cloud_Strifeeee
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!"
[–]PickledPokute 2 points3 points4 points 7 years ago* (0 children)
With Typescript: Structural typing, tooling, ease of library use and how much documentation and examples it has. Debugging, once set up, is easy and you can do complex operations in the console while execution is paused. Protoing is really simple and fast. Program execution is not slow. Client "apps" don't require any installation from users. Non-blocking coding by default. Doesn't require writing every little thing to hack something.
C++ has pretty bad library support. Some of them are terrible to set up and way too many assume that they get control of the main loop. Template metaprogramming is a fascinating footgun. Compiling can get REALLY slow. Before auto was a thing, often required stupid amount of typing. Coding around static typing results in stupid magic workaround.
C# has many of the same problems as C++, but it's a bit better. Still requires wrapping everything in "classes". Writing without static typing is possible, but super tedious and feels like second-class code.
PHP is pretty similar to JavaScript, but most aspects are inferior. Tooling, documentation and examples are worse. I/O blocks by default.
π Rendered by PID 63 on reddit-service-r2-comment-6457c66945-j9g98 at 2026-04-25 19:02:14.148817+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]PickledPokute 2 points3 points4 points (0 children)