mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
155 B
155 B
id | title |
---|---|
df5e3003-aa66-442e-9815-e264d601492d | JavaScript Catch Binding |
Syntax
try {
// ...
} catch (error) {
// ...
}