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

6 lines
92 B
CoffeeScript

alert(
try
nonexistent / undefined
catch error
"And the error is ... " + error
)