jashkenas--coffeescript/documentation/coffee/expressions_try.coffee

8 lines
94 B
CoffeeScript

alert(
try
nonexistent / undefined
catch error
"And the error is ... #{error}"
)