Proses NextTick

//Node js only
process.nextTick(() => {
  //do something
})
Gogo