0
Coffeescript vs jquery
what's the best one? own answer.
3 Respostas
+ 4
The comparison can not be made.
Coffeescript is a language that transpiles to Javascript. And JQuery is a library. The differences between both concepts are abysmal.
+ 1
The use of Coffeescript is currently a matter of taste. And the support that there is for the language in the framework that you use.
I remember that a few years ago it was very popular because it added syntactic sugar to Javascript, but its functionality is the same.
0
Could you give an adivice? Coffeescript is used in what case?