Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src='https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js'></script>
</head>
<body>
</body>
</html>
 
axios({
  url:'.',
  async:true
}).then((x)=>{
  console.log('succ1')
  //return 'abc'
  return Promise.reject('dasaasdasd')
},(y)=>{
  console.log('err1')
}).then((x)=>{
  console.log('succ2',x)
  
},(y)=>{
  console.log('err2')
  console.log(y)
})
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Storm4542pro
0viewers