Hot Hubs · tagged catch statement RSS icon



unique7 profile image64

JAVA SCRIPT-->>Try...Catch Statement

by unique7

The try...catch statement allows you to test a block of code for errors. The try block contains the code to be run, and the catch block contains the code to be executed if an error occurs. var txt="" function... published 14 months ago

0 comments    try catch statement


working