Exception handling syntax: Difference between revisions

Content deleted Content added
Line 319:
 
===[[JavaScript]]===
<source lang=javascript>
<pre>
try {
// Statements in which exceptions might be thrown
Line 327:
// Statements that execute afterward either way
}
</presource>
 
==See also==