⟩ Tell us what are the fundamental rules to remember when using CoffeeScript?
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.