问答题798/1530【Promise第22题】下面代码的输出是什么?

1Promise.resolve() 2 .then(function success (res) { 3 throw new Error('error!!!') 4 }, function fail1 (err) { 5 console.log('fail1', err) 6 }).catch(function fail2 (err) { 7 console.log('fail2', err) 8 })
难度:
2022-01-09 创建

赞赏支持

预览

题库维护不易,您的支持就是我们最大的动力!