<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JS</title>
</head>
<body>
</body>
<script src="main.js"></script>
</html> promise.then(function (success) {
console.log('успешно' , success)
}).catch(function (error) {
console.log('ошибка' , error)
})