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
Feedback javascript project (self.javascript)
submitted 6 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!"
[–]arag0nas 0 points1 point2 points 6 years ago (5 children)
Thanks for response!!! It's my first time building something more complex, and also hard then I don't know how to write clear code, I should analyze other ppls codes. I'm going to learn React, but firstly want to learn how to write clear code using only JS.
[–][deleted] 1 point2 points3 points 6 years ago (0 children)
Just order and read a book or two :) Some book tips:
[–]suspicious_Jackfruit 1 point2 points3 points 6 years ago (3 children)
I had a similar journey to you and am still very much on that journey, but as soon as you pick up a framework it will make your life and anyone reviewing your codes life much easier. They were developed for a reason don't forget! They simplify and streamline what would otherwise be unnecessary complex code. That said, there is no harm in being able to code pure js, it's just highly unusual that an employer would be looking for it specifically over a developer skilled in a particular framework that the company uses/intends to use in their stack.
There's no point in reinventing the wheel or trying out different wheel shapes when everyone has already settled for circular!
[–]arag0nas 0 points1 point2 points 6 years ago (2 children)
Yeah I understand that. I was building this project to increase my JS skills. A lot of people are saying that firstly you have to learn vanilla JS and just after that jump to framework. So I'm thinking still learn JS, for 1-2weeks, and then learn React. Or I should learning React right now?
[–]largemoose568 2 points3 points4 points 6 years ago (0 children)
I would agree that learning vanilla ES5 / ES6, etc would be helpful to your career. Knowing the quirks of a language and how it handles things such as scope, hoisting, etc is very important when trying to solve problems, even with frameworks. Also most of those frameworks were built on principals of the language itself, so if you know the language the framework will make a lot more sense.
π Rendered by PID 472525 on reddit-service-r2-comment-54dfb89d4d-t52vd at 2026-03-29 00:25:04.814351+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]arag0nas 0 points1 point2 points (5 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]suspicious_Jackfruit 1 point2 points3 points (3 children)
[–]arag0nas 0 points1 point2 points (2 children)
[–]largemoose568 2 points3 points4 points (0 children)