Tell us what are the fundamental rules to remember when using CoffeeScript?

Submitted by: Muhammad
The two basic rules for CoffeeScript are:

☛ Importance is given to whitespaces, which is why it doesn't require curly braces.
☛ The absence of parentheses is another rule of CoffeeScript. Through this, you can write functions to take arguments without the need of parentheses.
Submitted by: Muhammad

Read Online Senior Front End Developer Job Interview Questions And Answers