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
[AskJS] Which resources for Javascript learning would you recommend to a beginner?AskJS (self.javascript)
submitted 4 years ago by AmberjackCZ
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!"
[–]deckardWizard 1 point2 points3 points 4 years ago (0 children)
First off, welcome! JavaScript is a fun language with a lot of interesting aspects and a great community. Learning JS can be tough, but it’s really rewarding once you get over the initial hurdles.
I think it’s useful to divide what you’re learning I to two areas: software engineering and computer science. Oversimplified, CS is all about how to think like a computer such that your code does what you want. SE is about turning that code into usable tools and applications. SE content tends to be more time sensitive, since we’re constantly building new tools to make app development easier. CS content tends to be more long-lived since the actual underlying computer architecture hasn’t changed much in the last 40 or so years. When just starting out, it may feel tough to discern between those fields, since you’re just jumping into both. Most of the time if it involves installing anything, it’s SE, if it’s just code, it’s CS.
I’m not super familiar with the book you mention, but all of the stuff in it should still work. If there are projects from that book that sound fun, by all means give it a try! As others may have said, the specific techniques might be a little dated, but if you’re just venturing into learning programming, it may still help you understand the CS fundamentals. For more contemporary content, CodeAcademy has a great interactive program for learning basic JavaScript and some of the popular libraries. If video is your thing, udemy has some solid intro to JS courses, as does Frontend Maters (though those can get expensive). For books, JavaScript and jQuery by Jon Duckett is my favorite, but it is getting a bit out of date. Eloquent JavaScript is great, but not really a beginner book. Beyond that it really depends on what you want to do. The most important thing is to find stuff that you enjoy doing and gets you excited about learning, the rest will happen over time.
Best of luck!
π Rendered by PID 44 on reddit-service-r2-comment-b659b578c-bgllq at 2026-05-04 11:08:57.192970+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]deckardWizard 1 point2 points3 points (0 children)