You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoffeeScript is a popular programming language that transcompiles to JavaScript. Quote from the documentation: CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
It adds syntactic sugar on top of JavaScript in order to make it more concise and readable. It also adds additional features like list comprehension, pattern matching, automatic scoping (what is this?!) and proper OOP constructs to the language.
The text was updated successfully, but these errors were encountered:
CoffeeScript is a popular programming language that transcompiles to JavaScript. Quote from the documentation:
CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
It adds syntactic sugar on top of JavaScript in order to make it more concise and readable. It also adds additional features like list comprehension, pattern matching, automatic scoping (what is
this
?!) and proper OOP constructs to the language.The text was updated successfully, but these errors were encountered: