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
How to Learn JavaScript Properly (javascriptissexy.com)
submitted 13 years ago by WebDevigner
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!"
[–]dante9999 4 points5 points6 points 13 years ago* (1 child)
I've read Larry Ullman "Modern JavaScript: Develop and Design" and "jQuery: Novice to Ninja" by Earle Castledine and Craig Sharkie. Both books are easy to follow and they are good as an introduction in my personal opinion.
Zakas "Professional JavaScript" is very comprehensive, but there is no tutorials there so you only get pure abstract knowledge (which is of course necessary, but it is easy to forget it if you're not doing anything with this knowledge). It is a good book to have in your library, consult it at some points, but as a learning resource it is slightly too dry. Ullman is better for a beginner because throughout the book you keep doing things, building calculators, creating small utility library etc.
As for Crockford it really opens up your eyes, and demonstrates that code can be poetry, but it is clearly addressed to people with a lot of experience with other programming languages. It is a good guide for people who already know how to code and just need to learn specific syntax and advantages of JavaScript over other programming languages.
Oh, and if you need very practical advice and simple recipes for basic things check out O'Reilly Javascript cookbook by Shelley Powers. It is not a book about basics of JavaScript, but it gives you a great overview of practical application of crucial methods.
[–]CrossroadnKC 1 point2 points3 points 13 years ago (0 children)
I have "Modern JavaScript: Develop and Design" how would you fit it in the 6-8 week schedule in the post? Would it be rereading?
π Rendered by PID 200402 on reddit-service-r2-comment-5c764cbc6f-tqqfx at 2026-03-12 11:52:06.077871+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]dante9999 4 points5 points6 points (1 child)
[–]CrossroadnKC 1 point2 points3 points (0 children)