Google News
logo
CoffeeScript - Interview Questions
Explain some Benefits of CoffeeScript.
Benefits of CoffeeScript : The benefit of learning CoffeeScript is that you will explore its vast libraries including JavaScript libraries. CoffeeScript contains three things that every programmer wants : 
 
* Significant whitespace
* Straight forward class definitions and functions
* Lambda functions

Limitations : The only limitation of CoffeeScript is that it is very sensitive to whitespaces. If the proper indentation is not maintained, the error will be thrown. So, programmers need to be very careful with whitespaces.
Advertisement