Sobes.tech
Middle+

Za verigo Promise.resolve(1).then(() => { throw 2 }).then(...).catch(x => console.log(x)).then(x => console.log(x)), določite, kaj bo v zadnjem console.log in pojasnite zakaj.