Sobes.tech
Middle+

For the Promise.resolve(1).then(() => { throw 2 }).then(...).catch(x => console.log(x)).then(x => console.log(x)), determine what will be in the last console.log, and explain why.