diff options
Diffstat (limited to 'coffeescript.html.markdown')
-rw-r--r-- | coffeescript.html.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 4fdf5903..8fa2e81f 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -95,3 +95,9 @@ eat food for food in foods when food isnt 'chocolate' # } #} ``` + +## Additional resources + +- [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/) +- [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto) |