let count = 0; function merigeNumber(num) { } Promise.resolve(++count).then((data) => { resolve(data++); }).then((data) => { console.log(data); });