let promise = new Promise((success, error) => {
setTimeout(
function() {
success("Hello!");
alert(1);
}, 2500
);
})
promise.then((word) => {
alert(word);
}, null)
Продвижение своими сайтами как стратегия роста и независимости