added additional resources to coffeescript file

This commit is contained in:
Gabriel Ruiz 2014-05-12 12:47:35 -07:00
parent 5f49993e55
commit 351263a6f4

View File

@ -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)