try catch throw error and catching code example Example: try catch error try { console.log('hello'); } catch (e){ }