Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

try catch in node js

try {
    
} catch (error) {
    console.log(error);
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #catch #node #js
ADD COMMENT
Topic
Name
9+3 =