let promise = new Promise((success, error) => {
setTimeout(
function() {
success("Hello!");
alert(1);
}, 2500
);
})
promise.then((word) => {
alert(word);
}, null)
Сборка персонального компьютера от Artline: умный выбор для современных пользователей