Sobes.tech
Middle+

За веригата Promise.resolve(1).then(() => { throw 2 }).then(...).catch(x => console.log(x)).then(x => console.log(x)), определете какво ще бъде в последния console.log и обяснете защо.