function sleep with promise in middle for with node js code example Example: nodejs promise sleep await new Promise(r => setTimeout(r, 2000));