Sobes.tech
Middle+

Promise.resolve(1).then(() => { throw 2 }).then(...).catch(x => console.log(x)).then(x => console.log(x)) zincirinde, son console.log'ta ne olacağını belirleyin ve nedenini açıklayın.