throw
Description
Input / Parameter
Name
Description
Input Type
Default
Options
Required
Output
Callback
Example
Code Equivalent
try {
throw new Error("There is an error");
} catch (e) {
console.log(e)
} finally {
console.log("finally");
}Steps
Result
Links
Related Information
Last updated




