Q. What does process.nextTick() do?
Solution:
process.nextTick() schedules a callback to run on the next event loop iteration.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
process.nextTick() schedules a callback to run on the next event loop iteration.
Strengthen Your Practice with our comprehensive question bank.