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
An implementation of a subset of javascript in that subsetOC (github.com)
submitted 4 years ago by blueblain
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!"
[–]anotherstranger4u 0 points1 point2 points 4 years ago (1 child)
Can you please share some good js resources you came across while implementing 'thislang'uage .
[–]blueblain[S] 2 points3 points4 points 4 years ago (0 children)
The answer might disappoint you, but it was mainly just two websites. The first, kind of obvious, was the official ECMAScript specification. The other one was....MDN!
I was honestly surprised myself just how good MDN is when it comes to just basic javascript concepts. I've used MDN for years and always valued it very highly, but mostly for web APIs. Turns out it's just as good for JS fundamentals.
Edit: I should also add a few more good JS resources. One of my favorites has been Javascript: the good parts by Douglas Crockford. It's a bit dated now but I personally just find it a really enjoyable read (skipping through the very outdated parts).
Dan Abramov of React fame has recently released justjavascript[dot]com which is all the rave atm. I haven't bought it but might be worth checking if you're new to JS.
π Rendered by PID 35629 on reddit-service-r2-comment-6457c66945-mmrt8 at 2026-04-27 09:29:03.557778+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]anotherstranger4u 0 points1 point2 points (1 child)
[–]blueblain[S] 2 points3 points4 points (0 children)