Please explain functions in CoffeeScript?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online Front End Developer (AngularJS) Job Interview Questions And Answers