Senior Frontend Developer Question:
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.
☛ 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.
Previous Question | Next Question |
Tell me what makes up a good Front-End Developer? What are his responsibilities? | Tell us what’s hard about coding? |