--- id: df5e3003-aa66-442e-9815-e264d601492d title: JavaScript Catch Binding --- # Syntax ``` javascript try { // ... } catch (error) { // ... } ```