CoffeeScript Array of Objects
We frequently find ourselves need to define array of objects. In CoffeeScript we can write in the following way:
|
|
Or another format is to insert a comma:
|
|
In the spirit of CoffeeScript, we want to avoid using braces as much as possible. Therefore, the second method is preferred.