Senior Frontend Developer Question:
Download Questions PDF

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

Answer:

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.

Download Senior Frontend Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what makes up a good Front-End Developer? What are his responsibilities?Tell us what’s hard about coding?