yeecai / front-end-trivia

My collection of knowledge about JS/React/Css...topic interested in Issues.
0 stars 0 forks source link

Promise.catch #39

Open yeecai opened 3 years ago

yeecai commented 3 years ago

p.then(null, c) === p.catch(c)