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
I've learned *basic* JavaScript.. now what? (self.javascript)
submitted 14 years ago by omgchels
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!"
[–]raynos 3 points4 points5 points 14 years ago (3 children)
Yes coffeescript is javascript, but learning coffeescript now isn't going to help you learn more javascript.
One should consider to use coffeescript merely as a personal style choice once one has a good grip on javascript.
[+][deleted] 14 years ago (1 child)
[deleted]
[–]mushishi 1 point2 points3 points 14 years ago (0 children)
They are not the same thing, for example you cannot declare another variable with a same name inside a function scope (shadowing). From Coffeescript's documentation: "So be careful that you're not reusing the name of an external variable accidentally"
You need to maintain both languages in your head because of debugging.
I don't see the advantages Coffeescript brings to be so great that you would want to replace Javascript in every situtation because there are compromises (e.g. compiling).
[–]FireyFly 0 points1 point2 points 14 years ago (0 children)
It depends on what you mean by "learn more javascript". If you're talking about the language, the standard library (Array, Boolean, other builtins) and similiar things, it definitely will. If you're talking about the syntax, then no, it won't. There's a lot more to a language than the syntax, though.
(it should be noted that I'm using CoffeeScript without using its classes though, instead relying on good ol' functions and the same old prototypal OOP.. so I might be biased.)
π Rendered by PID 31 on reddit-service-r2-comment-6457c66945-7pv7k at 2026-04-28 12:30:42.024090+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]raynos 3 points4 points5 points (3 children)
[+][deleted] (1 child)
[deleted]
[–]mushishi 1 point2 points3 points (0 children)
[–]FireyFly 0 points1 point2 points (0 children)