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