Answers

Question and Answer:

  Home  Senior Frontend Developer

⟩ Tell us how are the variables of CoffeeScript different from those of JavaScript?

In JavaScript, variables need to end with a semi-colon for them to be executed. However, with CoffeeScript, there is no necessity to add a semi-colon at the end of every statement. Hence, CoffeeScript simplifies the process of adding a semi-colon to variables.

 175 views

More Questions for you: