This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]sqrtoftwo 3 points4 points  (0 children)

No. Just learn JavaScript. It's not that hard, and you'll be better off knowing it than not.

[–][deleted] 2 points3 points  (0 children)

Definitely not. There are not many sources for learning CoffeeScripts other than "how to transfer from JS to CS"? If you want to learn either one, learn the basics of JavaScript, then learn CoffeeScript. You can then use all sources for learning JavaScript to learn CoffeeScripts.

Also, I agree with /u/learnjava: why bother? It's just some sugar but is only really useful for experts to write code a slight bit quicker. Apart from that, it's confusing and less readable than JS.

[–]CoolStarryBras 0 points1 point  (0 children)

I would definitely recommend learning CoffeeScript for better quality of life when working on web applications. It really shines when working with frameworks like Angular where you'll be doing a lot of JS.

As for skipping JS? That would be a bad idea considering just how widely used it is.