/documentation/coffee/expressions_try.coffee
http://github.com/jashkenas/coffee-script · CoffeeScript · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · dfe30c7ba03f5bf42e1d9a3220675986 MD5 · raw file
- alert(
- try
- nonexistent / undefined
- catch error
- "And the error is ... #{error}"
- )