Google News
logo
CoffeeScript - Interview Questions
Write the basic rules for CoffeeScript Language?
It follows two rules there are :

1. Indentation rule :
* No Parenthesis
* Short Function declaration
* Define Character per line limit

2. Whitespace rule : CoffeeScript is very sensitive towards white space also no curly braces are allowed in script.
Advertisement