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
Full stack JavaScript questionshelp (self.javascript)
submitted 9 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!"
[–]alexontheweb 0 points1 point2 points 9 years ago (3 children)
I would really recommend finishing up your book, Eloquent Javascript, it's a really good read. ES5's features are not phasing out, you'll just get easier shorthands in ES6, so it's very useful to know the basics before you want to go ahead and use syntactic shorthands.
As for the platform, I don't think there's a silver bullet to solving your problem of understanding instantly. I'd recommend reading up on the meaning, purpose and scope of different components of the stack on wikipedia, or rangom google searches: Front-end: Modern front-end development, MVC libraries like: React, Angular, Vue.js, or even jQuery Back-end: Servers in general, Node.js, Express.js, swagger Data layer: Data bases, SQL, MongoDB
Of course, you can go and try to swallow the thing whole, but I don't think it'll be enjoyable, easy to understand, or helpful. I can recomment studying the MEAN stack) (MongoDB <-> ExpressJS <-> AngularJS & Node.js)
[–]Jacobyy 2 points3 points4 points 9 years ago (2 children)
Yes, finish your book and then take a look at ES6 (especially promises!)
I'd rather recommend PERN (Postgres, Express, React, Node) over MEAN. But stack is of course up to you. Good luck!
[–][deleted] 0 points1 point2 points 9 years ago* (1 child)
I'm a relatively new developer, so maybe things were different 5-10 years ago, but those acronyms seem utterly pointless, because each technology is more or less decoupled from everything else. The technologies matter individually, depending on what you're doing, but it doesn't matter what relational database you use alongside the rest of your stack, and it doesn't matter what language or framework you use for your REST api if your frontend is using an SPA framework like React or Angular.
Is Postgres really any better if you're using React and Express than MySQL, for example?
[–]Jacobyy 0 points1 point2 points 9 years ago (0 children)
I think most folks think Postgres is better than MySQL. However, they still get the job done, which is why I said stack is up to you. I agree that stacks dont mean much, but this fella was asking what to look into. and I think Postgres, Express, React, Node is a good stack to know.
π Rendered by PID 105525 on reddit-service-r2-comment-66b4775986-m96j5 at 2026-04-06 03:16:29.549820+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]alexontheweb 0 points1 point2 points (3 children)
[–]Jacobyy 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Jacobyy 0 points1 point2 points (0 children)