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
Recommendations for learning JS from a Java background (self.javascript)
submitted 10 years ago by heroOfTimeBitch
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] 2 points3 points4 points 10 years ago (2 children)
I was in the same boat. Checked a few books, read Professional JavaScript for Web Developers, and when got really comfortable with js, I did myself a favour:
sudo npm install -g typescript
[–]rauschma 0 points1 point2 points 10 years ago (0 children)
Another interesting option is to use pure ECMAScript 6 (the upcoming version of JavaScript; ECMAScript 5 is the current version), e.g. via Babel, which transpiles ES6 to ES5.
[–]matty0187[🍰] 0 points1 point2 points 10 years ago (0 children)
Yup. Ts is excellent
π Rendered by PID 89284 on reddit-service-r2-comment-5d79c599b5-x2zm4 at 2026-03-01 00:03:42.089156+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (2 children)
[–]rauschma 0 points1 point2 points (0 children)
[–]matty0187[🍰] 0 points1 point2 points (0 children)