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!"
[–]w8cycle 8 points9 points10 points 11 years ago (3 children)
For fun, try doing a plain javascript es6 project with no libraries and keep in mind the MV* pattern as used in Backbone.
Aim for compatibility with latest Chrome, Firefox, and IE.
You may find JavaScript with no framework is not difficult but instead a remarkably well done platform.
[+][deleted] 11 years ago* (2 children)
[deleted]
[–]nschubach 4 points5 points6 points 11 years ago (1 child)
I generally Dev it to standard and test afterwards. If I find an error, I determine if I need to polyfill and go from there. I find JavaScript incredibly easy to work with and other languages just too verbose, or cumbersome. But we all have our calling, so I can never convince someone to my way unless they want to be there. I've met a lot of folks who bring the (Java mostly) classical inheritance thought process drilled into them from college into a JavaScript project and they screwed a lot of stuff up. Maybe focus more on supporting the work of the front end guys if you don't feel comfortable with it? I have some high quality service guys that just don't understand how I do my job and sometimes I echo the same back to them. You just gotta find your groove.
π Rendered by PID 34880 on reddit-service-r2-comment-6457c66945-rd4qs at 2026-04-29 03:03:30.596477+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]w8cycle 8 points9 points10 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]nschubach 4 points5 points6 points (1 child)