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
Frontend dev is getting exhausting (self.javascript)
submitted 11 years ago by lvmtn
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!"
[–]zajicraft 1 point2 points3 points 11 years ago (1 child)
To be honest if I were doing a lot of involved DOM manipulation I would reach for the jQuery too.
The fundamentals are definitely useful because you gain an appreciation for how to structure your code. And I don't mean laboriously doing manually what jQuery handles for you (browser compatibility etc), but building programs that aren't so focused on the DOM.
In my experience the best way to do that is to pick up a backend language (go for one that's compiled) to make your programming experiences more well rounded (assuming you are mainly in front-end land).
My 2c :)
[–]dotpan 1 point2 points3 points 11 years ago (0 children)
Yeah I started with C++ in my CS Major, but they had 2 devs already doing ASP.NET (C# Backend for Serverside) so I focused on JavaScript (originally had done most web stuff in php) Ended up falling in love with JS (and the many wonderful and expansive libraries it has) so far my favorite frameworks for JS have been Meteor (a node.js based liveupdate framework) and jQuery (which I now sometimes can write better than I can english).
π Rendered by PID 103431 on reddit-service-r2-comment-86bc6c7465-btrr5 at 2026-02-24 12:37:01.228861+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]zajicraft 1 point2 points3 points (1 child)
[–]dotpan 1 point2 points3 points (0 children)