try { throw 1; } catch (myfancyvariable) { console.log('This variable is only availabe within this catch block =>', myfancyvariable); }