Answers

Question and Answer:

  Home  Front End Web Developer

⟩ Do you know functions in CoffeeScript?

Functions in CoffeeScript is an (Optional) list of parameters followed by an arrow and then the function body.

For example, log = (message) à console.log message

 120 views

More Questions for you: